|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Interface ilUsersGalleryUserCollection. More...
Inheritance diagram for ilUsersGalleryUserCollection:
Collaboration diagram for ilUsersGalleryUserCollection:Public Member Functions | |
| 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 () | |
Interface ilUsersGalleryUserCollection.
Definition at line 7 of file interface.ilUsersGalleryUserCollection.php.
| ilUsersGalleryUserCollection::getItems | ( | ) |
Implemented in ilUsersGalleryGroup, and ilUsersGallerySortedUserGroup.
| ilUsersGalleryUserCollection::getLabel | ( | ) |
Implemented in ilUsersGalleryGroup, and ilUsersGallerySortedUserGroup.
| ilUsersGalleryUserCollection::isHighlighted | ( | ) |
Returns whether or not it is a highlighted group.
Implemented in ilUsersGalleryGroup, and ilUsersGallerySortedUserGroup.
| ilUsersGalleryUserCollection::setHighlighted | ( | $status | ) |
Set whether or not this group is highlighted.
| boolean | $status |
Implemented in ilUsersGalleryGroup, and ilUsersGallerySortedUserGroup.
| ilUsersGalleryUserCollection::setItems | ( | array | $items | ) |
| array | $items |
Implemented in ilUsersGalleryGroup, and ilUsersGallerySortedUserGroup.
| ilUsersGalleryUserCollection::setLabel | ( | $label | ) |
| $label | string |
Implemented in ilUsersGalleryGroup, and ilUsersGallerySortedUserGroup.