19 declare(strict_types=1);
37 $DIC->resourceStorage()->collection()->id($collection_id, 6)
58 switch ($this->sort_direction) {
60 $this->collection = $this->sorter->desc()->bySize();
63 $this->collection = $this->sorter->asc()->bySize();
66 $this->collection = $this->sorter->asc()->byTitle();
69 $this->collection = $this->sorter->desc()->byTitle();
72 $this->filtered_amount_of_items = $this->collection->count();
81 return $this->irss->collection()->rangeAsArray(
__construct(string $collection_id)
handleFilters(Standard $filter)
__construct(Container $dic, ilPlugin $plugin)
getResourceIdentifications()