19 declare(strict_types=1);
34 protected \ilDBInterface
$db;
37 protected \ILIAS\ResourceStorage\Collection\Sorter\Sorter
$sorter;
48 $this->db = $DIC->database();
49 $this->irss = $DIC->resourceStorage();
50 $this->collection = $this->irss->collection()->get(
53 $this->sorter = $this->irss->collection()->sort($this->collection);
77 return $this->collection->getResourceIdentifications();
ILIAS ResourceStorage Collection Sorter Sorter $sorter
Class ResourceCollectionIdentification.
Class ResourceCollection.
applyFilterValues(?array $filter_values)
int $filtered_amount_of_items
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ResourceCollection $collection
getFilterItems(Factory $ui_factory, \ilLanguage $lng)
__construct(ResourceCollectionIdentification $rcid)
setSortDirection(int $sort_direction)
getFilteredAmountOfItems()
getResourceIdentifications()
setOffsetAndLimit(int $offset, int $limit)