|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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 (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 = '' |
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 | ( | protected array | $users | ) |
| array<int,ilUsersGalleryUser> | $users |
Definition at line 28 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::count | ( | ) |
Definition at line 68 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::current | ( | ) |
Definition at line 73 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::getItems | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 63 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::getLabel | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 47 of file class.ilUsersGalleryGroup.php.
References $label.
| ilUsersGalleryGroup::isHighlighted | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 37 of file class.ilUsersGalleryGroup.php.
References $highlighted.
| ilUsersGalleryGroup::key | ( | ) |
Definition at line 83 of file class.ilUsersGalleryGroup.php.
Referenced by valid().
Here is the caller graph for this function:| ilUsersGalleryGroup::next | ( | ) |
Definition at line 78 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::rewind | ( | ) |
Definition at line 93 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::setHighlighted | ( | bool | $status | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 32 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::setItems | ( | array | $items | ) |
| array<int,ilUsersGalleryUser> | $items |
Implements ilUsersGalleryUserCollection.
Definition at line 55 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::setLabel | ( | string | $label | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 42 of file class.ilUsersGalleryGroup.php.
References $label.
| ilUsersGalleryGroup::valid | ( | ) |
Definition at line 88 of file class.ilUsersGalleryGroup.php.
References key().
Here is the call graph for this function:
|
protected |
Definition at line 22 of file class.ilUsersGalleryGroup.php.
Referenced by isHighlighted().
|
protected |
Definition at line 23 of file class.ilUsersGalleryGroup.php.
Referenced by getLabel(), and setLabel().