3 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);
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...
__construct(WrapperFactory $wrapper, Factory $refinery)