| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
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 ilBuddySystemCollection | |
| getKey (mixed $element) | |
  Public Member Functions inherited from ilBuddySystemArrayCollection | |
| __construct (private array $elements=[]) | |
| getIterator () | |
| offsetExists (mixed $offset) | |
| offsetGet (mixed $offset) | |
| offsetSet (mixed $offset, mixed $value) | |
| offsetUnset (mixed $offset) | |
| count () | |
| add (mixed $element) | |
| Adds an element at the end of the collection.  More... | |
| remove (string|int $key) | |
| removeElement (mixed $element) | |
| containsKey (string|int $key) | |
| isset is used for performance reasons (array_key_exists is much slower).  More... | |
| getKey ($element) | |
| clear () | |
| Clears the list.  More... | |
| contains (mixed $element) | |
| -param T $element  More... | |
| get (string|int $key) | |
| set (string|int $key, mixed $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 (int $offset, int $length=null) | |
| Extracts a slice of $length elements starting at position $offset from the Collection.  More... | |
| toArray () | |
| equals (mixed $other) | |
Class ilBuddySystemRelationCollection A collection which contains all entries of a buddy list.
Definition at line 27 of file class.ilBuddySystemRelationCollection.php.