From 1548b7badbc27cc80fea2982092665655319b19f Mon Sep 17 00:00:00 2001 From: mark_story Date: Mon, 6 Dec 2010 00:09:23 -0500 Subject: [PATCH] Expanding and correcting the doc block for ObjectCollection. --- cake/libs/object_collection.php | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/cake/libs/object_collection.php b/cake/libs/object_collection.php index b2a6eb443a4..e9dd53abe19 100644 --- a/cake/libs/object_collection.php +++ b/cake/libs/object_collection.php @@ -1,10 +1,5 @@ _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 + * when loaded. + * + * @package cake.libs + * @since CakePHP(tm) v 2.0 + */ abstract class ObjectCollection { /**