ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilUsersGallerySortedUserGroup. More...
Public Member Functions | ||||
__construct (ilUsersGalleryUserCollection $collection, ilUsersGalleryUserCollectionSorter $sorter) | ||||
ilUsersGallerySortedUserCollection constructor. More... | ||||
setItems (array $items) | ||||
| ||||
getItems () | ||||
| ||||
current () | ||||
next () | ||||
key () | ||||
valid () | ||||
rewind () | ||||
count () | ||||
setHighlighted ($status) | ||||
Set whether or not this group is highlighted.
| ||||
isHighlighted () | ||||
Returns whether or not it is a highlighted group.
| ||||
setLabel ($label) | ||||
| ||||
getLabel () | ||||
| ||||
Protected Attributes | |
$collection | |
$sorter | |
Class ilUsersGallerySortedUserGroup.
Definition at line 9 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::__construct | ( | ilUsersGalleryUserCollection | $collection, |
ilUsersGalleryUserCollectionSorter | $sorter | ||
) |
ilUsersGallerySortedUserCollection constructor.
ilUsersGalleryUserCollection | $collection | |
ilUsersGalleryUserCollectionSorter | $sorter |
Definition at line 26 of file class.ilUsersGallerySortedUserGroup.php.
References $collection, and $sorter.
ilUsersGallerySortedUserGroup::count | ( | ) |
Definition at line 93 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::current | ( | ) |
Definition at line 52 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::getItems | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 43 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::getLabel | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 125 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::isHighlighted | ( | ) |
Returns whether or not it is a highlighted group.
Implements ilUsersGalleryUserCollection.
Definition at line 109 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::key | ( | ) |
Definition at line 68 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::next | ( | ) |
Definition at line 60 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::rewind | ( | ) |
Definition at line 84 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::setHighlighted | ( | $status | ) |
Set whether or not this group is highlighted.
boolean | $status |
Implements ilUsersGalleryUserCollection.
Definition at line 101 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::setItems | ( | array | $items | ) |
array | $items |
Implements ilUsersGalleryUserCollection.
Definition at line 35 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::setLabel | ( | $label | ) |
$label | string |
Implements ilUsersGalleryUserCollection.
Definition at line 117 of file class.ilUsersGallerySortedUserGroup.php.
ilUsersGallerySortedUserGroup::valid | ( | ) |
Definition at line 76 of file class.ilUsersGallerySortedUserGroup.php.
|
protected |
Definition at line 14 of file class.ilUsersGallerySortedUserGroup.php.
Referenced by __construct().
|
protected |
Definition at line 19 of file class.ilUsersGallerySortedUserGroup.php.
Referenced by __construct().