|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilUsersGalleryGroup:
Collaboration diagram for ilUsersGalleryGroup:Public Member Functions | |
| __construct (array $users) | |
| setHighlighted (bool $status) | |
| isHighlighted () | |
| setLabel (string $label) | |
| getLabel () | |
| setItems (array $items) | |
| getItems () | |
| count () | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
| setHighlighted (bool $status) | |
| isHighlighted () | |
| getLabel () | |
| setLabel (string $label) | |
| setItems (array $items) | |
| getItems () | |
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.
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 76 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 66 of file class.ilUsersGalleryGroup.php.
References $users.
| ilUsersGalleryGroup::getLabel | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 50 of file class.ilUsersGalleryGroup.php.
References $label.
Referenced by ilUsersGalleryGUI\populateTemplate().
Here is the caller graph for this function:| ilUsersGalleryGroup::isHighlighted | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 40 of file class.ilUsersGalleryGroup.php.
References $highlighted.
Referenced by ilUsersGalleryGUI\populateTemplate().
Here is the caller graph for this function:| ilUsersGalleryGroup::key | ( | ) |
Definition at line 86 of file class.ilUsersGalleryGroup.php.
References key().
Referenced by key(), and valid().
Here is the call graph for this function:
Here is the caller graph for this function:| ilUsersGalleryGroup::next | ( | ) |
Definition at line 81 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 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().
Here is the call graph for this function:
|
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().