|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilBuddySystemRelationCollection A collection which contains all entries of a buddy list. More...
Inheritance diagram for ilBuddySystemRelationCollection:
Collaboration diagram for ilBuddySystemRelationCollection:Additional Inherited Members | |||||||
Public Member Functions inherited from ilBuddySystemArrayCollection | |||||||
| __construct (array $elements=array()) | |||||||
| getIterator () | |||||||
| offsetExists ($offset) | |||||||
| offsetGet ($offset) | |||||||
| offsetSet ($offset, $value) | |||||||
| offsetUnset ($offset) | |||||||
| count () | |||||||
| add ($element) | |||||||
Adds an element at the end of the collection.
| |||||||
| remove ($key) | |||||||
| |||||||
| removeElement ($element) | |||||||
| |||||||
| containsKey ($key) | |||||||
| |||||||
| getKey ($element) | |||||||
| clear () | |||||||
| Clears the list. More... | |||||||
| contains ($element) | |||||||
| |||||||
| get ($key) | |||||||
| |||||||
| set ($key, $value) | |||||||
| |||||||
| isEmpty () | |||||||
| |||||||
| getKeys () | |||||||
Gets all indices of the collection.
| |||||||
| getValues () | |||||||
Gets all values of the collection.
| |||||||
| filter (Closure $p) | |||||||
Returns all the elements of this collection that satisfy the predicate $callable.
| |||||||
| slice ($offset, $length=null) | |||||||
Extracts a slice of $length elements starting at position $offset from the Collection.If $length is null it returns all elements from $offset to the end of the Collection. Calling this method will only return the selected slice and NOT change the elements contained in the collection slice is called on.
| |||||||
| toArray () | |||||||
| add ($element) | |||||||
| Adds an element at the end of the collection. More... | |||||||
| remove ($key) | |||||||
| removeElement ($element) | |||||||
| containsKey ($key) | |||||||
| getKey ($element) | |||||||
| clear () | |||||||
| Clears the list. More... | |||||||
| contains ($element) | |||||||
| get ($key) | |||||||
| set ($key, $value) | |||||||
| isEmpty () | |||||||
| getKeys () | |||||||
| Gets all indices of the collection. More... | |||||||
| getValues () | |||||||
| Gets all values of the collection. More... | |||||||
| filter (Closure $closure) | |||||||
| Returns all the elements of this collection that satisfy the predicate $callable. More... | |||||||
| slice ($offset, $length=null) | |||||||
| Extracts a slice of $length elements starting at position $offset from the Collection. More... | |||||||
| toArray () | |||||||
Class ilBuddySystemRelationCollection A collection which contains all entries of a buddy list.
Definition at line 11 of file class.ilBuddySystemRelationCollection.php.