| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
Class ilBuddySystemRelationStateCollection A collection of relation states. More...
 Inheritance diagram for ilBuddySystemRelationStateCollection:
 Collaboration diagram for ilBuddySystemRelationStateCollection:Additional Inherited Members | |
  Public Member Functions inherited from ilBuddySystemArrayCollection | |
| __construct (array $elements=[]) | |
| 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) | |
| isset is used for performance reasons (array_key_exists is much slower).  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 (int $offset, int $length=null) | |
| @inheritDoc  More... | |
| toArray () | |
| @inheritDoc  More... | |
| equals ($other) | |
| 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 (int $offset, int $length=null) | |
| Extracts a slice of $length elements starting at position $offset from the Collection.  More... | |
| toArray () | |
| equals ($other) | |
Class ilBuddySystemRelationStateCollection A collection of relation states.
Definition at line 26 of file class.ilBuddySystemRelationStateCollection.php.