fixing up the docs for Collection::attached(), was showing behaviors but is for all collections

This commit is contained in:
dogmatic69 2012-02-17 13:25:37 +00:00
parent 14228fa469
commit be49b2b942

View file

@ -261,7 +261,7 @@ abstract class ObjectCollection {
}
/**
* Gets the list of attached behaviors, or, whether the given behavior is attached
* Gets the list of attached objects, or, whether the given object is attached
*
* @param string $name Optional. The name of the behavior to check the status of. If omitted,
* returns an array of currently-attached behaviors