Expanding doc block for ClassRegistry.

This commit is contained in:
mark_story 2009-11-30 09:18:24 -05:00
parent 26aa3731e0
commit fccfe14e8d

View file

@ -235,7 +235,7 @@ class ClassRegistry {
* Return object which corresponds to given key.
*
* @param string $key Key of object to look for
* @return mixed Object stored in registry
* @return mixed Object stored in registry or boolean false if the object does not exist.
* @access public
* @static
*/