|
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 ilUsersGallerySortedUserGroup:
Collaboration diagram for ilUsersGallerySortedUserGroup:Public Member Functions | |
| __construct (ilUsersGalleryUserCollection $collection, ilUsersGalleryUserCollectionSorter $sorter) | |
| setItems (array $items) | |
| getItems () | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
| count () | |
| setHighlighted (bool $status) | |
| isHighlighted () | |
| setLabel (string $label) | |
| getLabel () | |
| setHighlighted (bool $status) | |
| isHighlighted () | |
| getLabel () | |
| setLabel (string $label) | |
| setItems (array $items) | |
| getItems () | |
Protected Attributes | |
| ilUsersGalleryUserCollection | $collection |
| ilUsersGalleryUserCollectionSorter | $sorter |
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 21 of file class.ilUsersGallerySortedUserGroup.php.
| ilUsersGallerySortedUserGroup::__construct | ( | ilUsersGalleryUserCollection | $collection, |
| ilUsersGalleryUserCollectionSorter | $sorter | ||
| ) |
Definition at line 26 of file class.ilUsersGallerySortedUserGroup.php.
References $collection, and $sorter.
| ilUsersGallerySortedUserGroup::count | ( | ) |
Definition at line 68 of file class.ilUsersGallerySortedUserGroup.php.
| ilUsersGallerySortedUserGroup::current | ( | ) |
Definition at line 42 of file class.ilUsersGallerySortedUserGroup.php.
| ilUsersGallerySortedUserGroup::getItems | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 37 of file class.ilUsersGallerySortedUserGroup.php.
| ilUsersGallerySortedUserGroup::getLabel | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 88 of file class.ilUsersGallerySortedUserGroup.php.
| ilUsersGallerySortedUserGroup::isHighlighted | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 78 of file class.ilUsersGallerySortedUserGroup.php.
| ilUsersGallerySortedUserGroup::key | ( | ) |
Definition at line 52 of file class.ilUsersGallerySortedUserGroup.php.
| ilUsersGallerySortedUserGroup::next | ( | ) |
Definition at line 47 of file class.ilUsersGallerySortedUserGroup.php.
| ilUsersGallerySortedUserGroup::rewind | ( | ) |
Definition at line 62 of file class.ilUsersGallerySortedUserGroup.php.
| ilUsersGallerySortedUserGroup::setHighlighted | ( | bool | $status | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 73 of file class.ilUsersGallerySortedUserGroup.php.
| ilUsersGallerySortedUserGroup::setItems | ( | array | $items | ) |
| ilUsersGalleryUser[] | $items |
Implements ilUsersGalleryUserCollection.
Definition at line 32 of file class.ilUsersGallerySortedUserGroup.php.
| ilUsersGallerySortedUserGroup::setLabel | ( | string | $label | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 83 of file class.ilUsersGallerySortedUserGroup.php.
| ilUsersGallerySortedUserGroup::valid | ( | ) |
Definition at line 57 of file class.ilUsersGallerySortedUserGroup.php.
|
protected |
Definition at line 23 of file class.ilUsersGallerySortedUserGroup.php.
Referenced by __construct().
|
protected |
Definition at line 24 of file class.ilUsersGallerySortedUserGroup.php.
Referenced by __construct().