|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilUsersGallerySortedUserGroup. More...
Inheritance diagram for ilUsersGallerySortedUserGroup:
Collaboration diagram for ilUsersGallerySortedUserGroup: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 () | ||||
| ||||
| setHighlighted ($status) | ||||
| Set whether or not this group is highlighted. More... | ||||
| isHighlighted () | ||||
| Returns whether or not it is a highlighted group. More... | ||||
| getLabel () | ||||
| setLabel ($label) | ||||
| setItems (array $items) | ||||
| getItems () | ||||
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().