4 require_once
'Services/User/Gallery/interfaces/interface.ilUsersGalleryUserCollection.php';
40 $this->highlighted = (bool) $status;
72 $this->users = $items;
88 return count($this->users);
121 return key($this->users) !== null;
Interface ilUsersGalleryUserCollection.
isHighlighted()
Returns whether or not it is a highlighted group.boolean
Create styles array
The data for the language used.
__construct(array $users)
ilUsersGalleryGroupImpl constructor.
setHighlighted($status)
Set whether or not this group is highlighted.
Class ilUsersGalleryGroup.