ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Interface ilUsersGalleryUserCollection. More...
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 ilUsersGallerySortedUserGroup, and ilUsersGalleryGroup.
ilUsersGalleryUserCollection::isHighlighted | ( | ) |
Returns whether or not it is a highlighted group.
Implemented in ilUsersGallerySortedUserGroup, and ilUsersGalleryGroup.
ilUsersGalleryUserCollection::setHighlighted | ( | $status | ) |
Set whether or not this group is highlighted.
boolean | $status |
Implemented in ilUsersGallerySortedUserGroup, and ilUsersGalleryGroup.
ilUsersGalleryUserCollection::setItems | ( | array | $items | ) |
array | $items |
Implemented in ilUsersGalleryGroup, and ilUsersGallerySortedUserGroup.
ilUsersGalleryUserCollection::setLabel | ( | $label | ) |
$label | string |
Implemented in ilUsersGallerySortedUserGroup, and ilUsersGalleryGroup.