ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilUsersGalleryGroup. More...
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 () | ||||
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.
ilUsersGalleryGroup::current | ( | ) |
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.
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().
ilUsersGalleryGroup::key | ( | ) |
Definition at line 111 of file class.ilUsersGalleryGroup.php.
Referenced by valid().
ilUsersGalleryGroup::next | ( | ) |
Definition at line 103 of file class.ilUsersGalleryGroup.php.
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().
|
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().