19 declare(strict_types=1);
36 $DIC->resourceStorage()->collection()->id($collection_id, 6)
57 switch ($this->sort_direction) {
59 $this->collection = $this->sorter->desc()->bySize();
62 $this->collection = $this->sorter->asc()->bySize();
65 $this->collection = $this->sorter->asc()->byTitle();
68 $this->collection = $this->sorter->desc()->byTitle();
71 $this->filtered_amount_of_items = $this->collection->count();
79 return $this->irss->collection()->rangeAsArray(
getResourceIdentifications()
handleFilters(Standard $filter)
__construct(string $collection_id)