ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
__construct (protected array $users) | |
setHighlighted (bool $status) | |
isHighlighted () | |
setLabel (string $label) | |
getLabel () | |
setItems (array $items) | |
getItems () | |
count () | |
current () | |
next () | |
key () | |
valid () | |
rewind () | |
Protected Attributes | |
bool | $highlighted = false |
string | $label = '' |
Definition at line 21 of file class.ilUsersGalleryGroup.php.
ilUsersGalleryGroup::__construct | ( | protected array | $users | ) |
array<int,ilUsersGalleryUser> | $users |
Definition at line 29 of file class.ilUsersGalleryGroup.php.
ilUsersGalleryGroup::count | ( | ) |
Definition at line 69 of file class.ilUsersGalleryGroup.php.
ilUsersGalleryGroup::current | ( | ) |
Definition at line 74 of file class.ilUsersGalleryGroup.php.
ilUsersGalleryGroup::getItems | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 64 of file class.ilUsersGalleryGroup.php.
ilUsersGalleryGroup::getLabel | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 48 of file class.ilUsersGalleryGroup.php.
References $label.
ilUsersGalleryGroup::isHighlighted | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 38 of file class.ilUsersGalleryGroup.php.
References $highlighted.
ilUsersGalleryGroup::key | ( | ) |
Definition at line 84 of file class.ilUsersGalleryGroup.php.
Referenced by valid().
ilUsersGalleryGroup::next | ( | ) |
Definition at line 79 of file class.ilUsersGalleryGroup.php.
ilUsersGalleryGroup::rewind | ( | ) |
Definition at line 94 of file class.ilUsersGalleryGroup.php.
ilUsersGalleryGroup::setHighlighted | ( | bool | $status | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 33 of file class.ilUsersGalleryGroup.php.
ilUsersGalleryGroup::setItems | ( | array | $items | ) |
array<int,ilUsersGalleryUser> | $items |
Implements ilUsersGalleryUserCollection.
Definition at line 56 of file class.ilUsersGalleryGroup.php.
ilUsersGalleryGroup::setLabel | ( | string | $label | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 43 of file class.ilUsersGalleryGroup.php.
References $label.
ilUsersGalleryGroup::valid | ( | ) |
Definition at line 89 of file class.ilUsersGalleryGroup.php.
|
protected |
Definition at line 23 of file class.ilUsersGalleryGroup.php.
Referenced by isHighlighted().
|
protected |
Definition at line 24 of file class.ilUsersGalleryGroup.php.
Referenced by getLabel(), and setLabel().