ILIAS
trunk Revision v11.0_alpha-1862-g4e205cb56d4
|
Public Member Functions | |
__construct (protected ilUsersGalleryUserCollection $collection, protected ilUsersGalleryUserCollectionSorter $sorter) | |
setItems (array $items) | |
getItems () | |
current () | |
next () | |
key () | |
valid () | |
rewind () | |
count () | |
setHighlighted (bool $status) | |
isHighlighted () | |
setLabel (string $label) | |
getLabel () | |
Definition at line 21 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::__construct | ( | protected ilUsersGalleryUserCollection | $collection, |
protected ilUsersGalleryUserCollectionSorter | $sorter | ||
) |
Definition at line 23 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::count | ( | ) |
Definition at line 66 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::current | ( | ) |
Definition at line 40 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::getItems | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 35 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::getLabel | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 86 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::isHighlighted | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 76 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::key | ( | ) |
Definition at line 50 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::next | ( | ) |
Definition at line 45 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::rewind | ( | ) |
Definition at line 60 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::setHighlighted | ( | bool | $status | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 71 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::setItems | ( | array | $items | ) |
array<ilUsersGalleryUser> | $items |
Implements ilUsersGalleryUserCollection.
Definition at line 27 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::setLabel | ( | string | $label | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 81 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::valid | ( | ) |
Definition at line 55 of file class.ilUsersGallerySortedUserGroup.php.