3 declare(strict_types=1);
34 $this->collection->setItems($items);
39 return $this->collection->getItems();
44 return $this->collection->current();
47 public function next(): void
49 $this->collection->next();
54 return $this->collection->key();
59 return $this->collection->valid();
64 $this->collection->setItems($this->sorter->sort($this->collection->getItems()));
65 $this->collection->rewind();
70 return $this->collection->count();
75 $this->collection->setHighlighted($status);
80 return $this->collection->isHighlighted();
85 $this->collection->setLabel($label);
90 return $this->collection->getLabel();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilUsersGalleryUserCollection $collection
ilUsersGalleryUserCollectionSorter $sorter
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilUsersGalleryUserCollection $collection, ilUsersGalleryUserCollectionSorter $sorter)
setHighlighted(bool $status)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...