|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class ilBuddySystemRelationStateCollection A collection of relation states. More...
Inheritance diagram for ilBuddySystemRelationStateCollection:
Collaboration diagram for ilBuddySystemRelationStateCollection: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 ilBuddySystemRelationStateCollection A collection of relation states.
Definition at line 27 of file class.ilBuddySystemRelationStateCollection.php.