4 require_once
'Services/User/Gallery/interfaces/interface.ilUsersGalleryUserCollection.php';
37 $this->collection->setItems($items);
45 return $this->collection->getItems();
54 return $this->collection->current();
62 $this->collection->next();
70 return $this->collection->key();
78 return $this->collection->valid();
86 $this->collection->setItems($this->sorter->sort($this->collection->getItems()));
87 $this->collection->rewind();
95 return $this->collection->count();
103 $this->collection->setHighlighted($status);
111 return $this->collection->isHighlighted();
119 $this->collection->setLabel($label);
127 return $this->collection->getLabel();
Interface ilUsersGalleryUserCollection.
Class ilUsersGallerySortedUserGroup.
__construct(ilUsersGalleryUserCollection $collection, ilUsersGalleryUserCollectionSorter $sorter)
ilUsersGallerySortedUserCollection constructor.
isHighlighted()
Returns whether or not it is a highlighted group.boolean
Create styles array
The data for the language used.
setHighlighted($status)
Set whether or not this group is highlighted.
Interface ilUsersGalleryUserCollectionSorter.