ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilBuddySystemRelationCollection A collection which contains all entries of a buddy list. More...
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 () | |||||||
Class ilBuddySystemRelationCollection A collection which contains all entries of a buddy list.
Definition at line 11 of file class.ilBuddySystemRelationCollection.php.