4require_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;
An exception for terminatinating execution or to throw for unit testing.
Class ilUsersGalleryGroup.
setHighlighted($status)
Set whether or not this group is highlighted.
isHighlighted()
Returns whether or not it is a highlighted group.boolean
__construct(array $users)
ilUsersGalleryGroupImpl constructor.
Interface ilUsersGalleryUserCollection.