mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Merge pull request #1204 from bcrowe/master
Fix docblock typo of ObjectCollection class
This commit is contained in:
commit
c6ba61d539
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
||||||
* to implement its own load() functionality.
|
* to implement its own load() functionality.
|
||||||
*
|
*
|
||||||
* All core subclasses of ObjectCollection by convention loaded objects are stored
|
* All core subclasses of ObjectCollection by convention loaded objects are stored
|
||||||
* in `$this->_loaded`. Enabled objects are stored in `$this->_enabled`. In addition
|
* in `$this->_loaded`. Enabled objects are stored in `$this->_enabled`. In addition,
|
||||||
* the all support an `enabled` option that controls the enabled/disabled state of the object
|
* they all support an `enabled` option that controls the enabled/disabled state of the object
|
||||||
* when loaded.
|
* when loaded.
|
||||||
*
|
*
|
||||||
* @package Cake.Utility
|
* @package Cake.Utility
|
||||||
|
|
Loading…
Add table
Reference in a new issue