mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixes API parse error for link to Configure::read() in the book.
This commit is contained in:
parent
48149cbb32
commit
83f6161d1d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue