3declare(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);
Base class for all sub item list gui's.
getMaybeInt(string $key, ?int $fallback=null)
getFromRequest(string $key, Transformation $t)
__construct(WrapperFactory $wrapper, Factory $refinery)
getMaybeString(string $key, ?string $fallback=null)