Merge pull request #1204 from bcrowe/master

Fix docblock typo of ObjectCollection class
This commit is contained in:
Mark 2013-03-28 17:22:38 -07:00
commit c6ba61d539

View file

@ -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