ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
interface.ilUsersGalleryUserCollection.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2017 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
8 {
13  public function setHighlighted($status);
14 
19  public function isHighlighted();
20 
24  public function getLabel();
25 
29  public function setLabel($label);
30 
34  public function setItems(array $items);
35 
39  public function getItems();
40 }
Interface ilUsersGalleryUserCollection.
setHighlighted($status)
Set whether or not this group is highlighted.
isHighlighted()
Returns whether or not it is a highlighted group.