ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (array $users) | |
setHighlighted (bool $status) | |
isHighlighted () | |
setLabel (string $label) | |
getLabel () | |
setItems (array $items) | |
getItems () | |
count () | |
current () | |
next () | |
key () | |
valid () | |
rewind () | |
Protected Attributes | |
array | $users = [] |
bool | $highlighted = false |
string | $label = '' |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 20 of file class.ilUsersGalleryGroup.php.
ilUsersGalleryGroup::__construct | ( | array | $users | ) |
ilUsersGalleryUser[] | $users |
Definition at line 30 of file class.ilUsersGalleryGroup.php.
References $users.
ilUsersGalleryGroup::count | ( | ) |
Definition at line 71 of file class.ilUsersGalleryGroup.php.
ilUsersGalleryGroup::current | ( | ) |
Definition at line 76 of file class.ilUsersGalleryGroup.php.
ilUsersGalleryGroup::getItems | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 66 of file class.ilUsersGalleryGroup.php.
References $users.
ilUsersGalleryGroup::getLabel | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 50 of file class.ilUsersGalleryGroup.php.
References $label.
ilUsersGalleryGroup::isHighlighted | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 40 of file class.ilUsersGalleryGroup.php.
References $highlighted.
Referenced by ilUsersGalleryGUI\populateTemplate().
ilUsersGalleryGroup::key | ( | ) |
Definition at line 86 of file class.ilUsersGalleryGroup.php.
Referenced by valid().
ilUsersGalleryGroup::next | ( | ) |
Definition at line 81 of file class.ilUsersGalleryGroup.php.
ilUsersGalleryGroup::rewind | ( | ) |
Definition at line 96 of file class.ilUsersGalleryGroup.php.
ilUsersGalleryGroup::setHighlighted | ( | bool | $status | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 35 of file class.ilUsersGalleryGroup.php.
ilUsersGalleryGroup::setItems | ( | array | $items | ) |
ilUsersGalleryUser[] | $items |
Implements ilUsersGalleryUserCollection.
Definition at line 58 of file class.ilUsersGalleryGroup.php.
ilUsersGalleryGroup::setLabel | ( | string | $label | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 45 of file class.ilUsersGalleryGroup.php.
References $label.
ilUsersGalleryGroup::valid | ( | ) |
Definition at line 91 of file class.ilUsersGalleryGroup.php.
References key().
|
protected |
Definition at line 24 of file class.ilUsersGalleryGroup.php.
Referenced by isHighlighted().
|
protected |
Definition at line 25 of file class.ilUsersGalleryGroup.php.
Referenced by getLabel(), and setLabel().
|
protected |
Definition at line 23 of file class.ilUsersGalleryGroup.php.
Referenced by __construct(), and getItems().