19 declare(strict_types=1);
25 protected string $current_sortation;
36 if (isset($this->current_sortation)) {
37 return $this->current_sortation;
41 if ($this->
http->wrapper()->query()->has(
'sortation')) {
42 $sortation = $this->
http->wrapper()->query()->retrieve(
44 $this->
refinery->kindlyTo()->string()
50 return $this->current_sortation = $sortation;
58 return $this->
ui->factory()->viewControl()
59 ->sortation($options, $current_sortation)
60 ->withLabelPrefix($this->
lng->txt(
'search_sort_by'))
62 $this->
ctrl->getLinkTarget($this->parent_obj, $this->parent_cmd),
getPossibleSortations()
Returns key => label.
buildSortationViewControl()
static http()
Fetches the global http state from ILIAS.
Note that the external sortation should only be used in global search.