19 declare(strict_types=1);
46 if ($this->wrapper->query()->has($key)) {
47 return $this->wrapper->query()->retrieve($key, $t);
49 if ($this->wrapper->post()->has($key)) {
50 return $this->wrapper->post()->retrieve($key, $t);
57 return $this->wrapper->query()->has($key)
58 || $this->wrapper->post()->has($key);
88 if ($this->wrapper->query()->has(
'tl_id')) {
89 return [$this->wrapper->query()->retrieve(
94 if ($this->wrapper->post()->has(
'id')) {
95 return $this->wrapper->post()->retrieve(
97 $this->
refinery->container()->mapValues(
getSelectedIdsFromObjectList()
getFromRequest(string $key, Transformation $t)
getMaybeString(string $key, ?string $fallback=null)
Base class for all sub item list gui's.
getMaybeInt(string $key, ?int $fallback=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getArrayOfInt(string $key)
__construct(WrapperFactory $wrapper, Factory $refinery)