Merge pull request #1164 from Phally/api-configure-read

Documentation link API for Configure::read()
This commit is contained in:
José Lorenzo Rodríguez 2013-03-03 11:18:55 -08:00
commit c1c9a9dfc4

View file

@ -160,7 +160,7 @@ class Configure {
* Configure::read('Name.key'); will return only the value of Configure::Name[key] * Configure::read('Name.key'); will return only the value of Configure::Name[key]
* }}} * }}}
* *
* @linkhttp://book.cakephp.org/2.0/en/development/configuration.html#Configure::read * @link http://book.cakephp.org/2.0/en/development/configuration.html#Configure::read
* @param string $var Variable to obtain. Use '.' to access array elements. * @param string $var Variable to obtain. Use '.' to access array elements.
* @return mixed value stored in configure, or null. * @return mixed value stored in configure, or null.
*/ */