19declare(strict_types=1);
35 protected \ilDBInterface
$db;
49 $this->db =
$DIC->database();
50 $this->irss =
$DIC->resourceStorage();
51 $this->collection = $this->irss->collection()->get(
54 $this->sorter = $this->irss->collection()->sort($this->collection);
78 return $this->collection->getResourceIdentifications();
90 $this->filter_values = $filter_values;
Builds a Color from either hex- or rgb values.
Class ResourceCollection.
Class ResourceCollectionIdentification.
getFilteredAmountOfItems()
__construct(ResourceCollectionIdentification $rcid)
getFilterItems(Factory $ui_factory, \ilLanguage $lng)
getResourceIdentifications()
ResourceCollection $collection
setSortDirection(int $sort_direction)
setOffsetAndLimit(int $offset, int $limit)
int $filtered_amount_of_items
applyFilterValues(?array $filter_values)
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This is how the factory for UI elements looks.