|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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=[]) | |
| ilBuddySystemArrayCollection constructor. More... | |
| getIterator () | |
| @inheritDoc More... | |
| offsetExists ($offset) | |
| @inheritDoc More... | |
| offsetGet ($offset) | |
| @inheritDoc More... | |
| offsetSet ($offset, $value) | |
| @inheritDoc More... | |
| offsetUnset ($offset) | |
| @inheritDoc More... | |
| count () | |
| @inheritDoc More... | |
| add ($element) | |
| @inheritDoc More... | |
| remove ($key) | |
| @inheritDoc More... | |
| removeElement ($element) | |
| @inheritDoc More... | |
| containsKey ($key) | |
| @inheritDoc More... | |
| getKey ($element) | |
| @inheritDoc More... | |
| clear () | |
| @inheritDoc More... | |
| contains ($element) | |
| @inheritDoc More... | |
| get ($key) | |
| @inheritDoc More... | |
| set ($key, $value) | |
| @inheritDoc More... | |
| isEmpty () | |
| @inheritDoc More... | |
| getKeys () | |
| @inheritDoc More... | |
| getValues () | |
| @inheritDoc More... | |
| filter (callable $callable) | |
| @inheritDoc More... | |
| slice ($offset, $length=null) | |
| @inheritDoc More... | |
| toArray () | |
| @inheritDoc More... | |
| 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 (callable $callable) | |
| 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 9 of file class.ilBuddySystemRelationCollection.php.