|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilUsersGalleryGroup. More...
Inheritance diagram for ilUsersGalleryGroup:
Collaboration diagram for ilUsersGalleryGroup:Public Member Functions | ||||
| __construct (array $users) | ||||
| ilUsersGalleryGroupImpl constructor. More... | ||||
| setHighlighted ($status) | ||||
Set whether or not this group is highlighted.
| ||||
| isHighlighted () | ||||
Returns whether or not it is a highlighted group.
| ||||
| setLabel ($label) | ||||
| ||||
| getLabel () | ||||
| ||||
| setItems (array $items) | ||||
| ||||
| getItems () | ||||
| ||||
| count () | ||||
| current () | ||||
| next () | ||||
| key () | ||||
| valid () | ||||
| rewind () | ||||
| setHighlighted ($status) | ||||
| Set whether or not this group is highlighted. More... | ||||
| isHighlighted () | ||||
| Returns whether or not it is a highlighted group. More... | ||||
| getLabel () | ||||
| setLabel ($label) | ||||
| setItems (array $items) | ||||
| getItems () | ||||
Protected Attributes | |
| $users = [] | |
| $highlighted = false | |
| $label = '' | |
Class ilUsersGalleryGroup.
Definition at line 9 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::__construct | ( | array | $users | ) |
ilUsersGalleryGroupImpl constructor.
| ilUsersGalleryUser[] | $users |
Definition at line 30 of file class.ilUsersGalleryGroup.php.
References $users.
| ilUsersGalleryGroup::count | ( | ) |
Definition at line 86 of file class.ilUsersGalleryGroup.php.
References count().
Referenced by count().
Here is the call graph for this function:
Here is the caller graph for this function:| ilUsersGalleryGroup::current | ( | ) |
Definition at line 95 of file class.ilUsersGalleryGroup.php.
References current().
Referenced by current().
Here is the call graph for this function:
Here is the caller graph for this function:| ilUsersGalleryGroup::getItems | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 78 of file class.ilUsersGalleryGroup.php.
References $users.
| ilUsersGalleryGroup::getLabel | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 62 of file class.ilUsersGalleryGroup.php.
References $label.
Referenced by ilUsersGalleryGUI\populateTemplate().
Here is the caller graph for this function:| ilUsersGalleryGroup::isHighlighted | ( | ) |
Returns whether or not it is a highlighted group.
Implements ilUsersGalleryUserCollection.
Definition at line 46 of file class.ilUsersGalleryGroup.php.
References $highlighted.
Referenced by ilUsersGalleryGUI\populateTemplate().
Here is the caller graph for this function:| ilUsersGalleryGroup::key | ( | ) |
| ilUsersGalleryGroup::next | ( | ) |
Definition at line 103 of file class.ilUsersGalleryGroup.php.
References next().
Referenced by next().
Here is the call graph for this function:
Here is the caller graph for this function:| ilUsersGalleryGroup::rewind | ( | ) |
Definition at line 127 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::setHighlighted | ( | $status | ) |
Set whether or not this group is highlighted.
| boolean | $status |
Implements ilUsersGalleryUserCollection.
Definition at line 38 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::setItems | ( | array | $items | ) |
| array | $items |
Implements ilUsersGalleryUserCollection.
Definition at line 70 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::setLabel | ( | $label | ) |
| $label | string |
Implements ilUsersGalleryUserCollection.
Definition at line 54 of file class.ilUsersGalleryGroup.php.
References $label.
| ilUsersGalleryGroup::valid | ( | ) |
Definition at line 119 of file class.ilUsersGalleryGroup.php.
References key().
Here is the call graph for this function:
|
protected |
Definition at line 19 of file class.ilUsersGalleryGroup.php.
Referenced by isHighlighted().
|
protected |
Definition at line 24 of file class.ilUsersGalleryGroup.php.
Referenced by getLabel(), and setLabel().
|
protected |
Definition at line 14 of file class.ilUsersGalleryGroup.php.
Referenced by __construct(), and getItems().