19 declare(strict_types=1);
    29         $this->collection->setItems($items);
    37         return $this->collection->getItems();
    42         return $this->collection->current();
    45     public function next(): void
    47         $this->collection->next();
    52         return $this->collection->key();
    57         return $this->collection->valid();
    62         $this->collection->setItems($this->sorter->sort($this->collection->getItems()));
    63         $this->collection->rewind();
    68         return $this->collection->count();
    73         $this->collection->setHighlighted($status);
    78         return $this->collection->isHighlighted();
    83         $this->collection->setLabel($label);
    88         return $this->collection->getLabel();
 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(protected ilUsersGalleryUserCollection $collection, protected ilUsersGalleryUserCollectionSorter $sorter)
 
setHighlighted(bool $status)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...