ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Class ilBuddySystemRelationCollection A collection which contains all entries of a buddy list. More...
Additional Inherited Members | |
![]() | |
getKey (mixed $element) | |
![]() | |
__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.