mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix docblock typo of ObjectCollection class
This commit is contained in:
parent
5695d0e161
commit
70d9ae9a03
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
* to implement its own load() functionality.
|
||||
*
|
||||
* All core subclasses of ObjectCollection by convention loaded objects are stored
|
||||
* 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
|
||||
* in `$this->_loaded`. Enabled objects are stored in `$this->_enabled`. In addition,
|
||||
* they all support an `enabled` option that controls the enabled/disabled state of the object
|
||||
* when loaded.
|
||||
*
|
||||
* @package Cake.Utility
|
||||
|
|
Loading…
Reference in a new issue