ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilBuddySystemRelationCollection Class Reference

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)
 

Detailed Description

Class ilBuddySystemRelationCollection A collection which contains all entries of a buddy list.

Author
Michael Jansen mjans.nosp@m.en@d.nosp@m.ataba.nosp@m.y.de <ilBuddySystemRelation>

Definition at line 27 of file class.ilBuddySystemRelationCollection.php.


The documentation for this class was generated from the following file: