19declare(strict_types=1);
32 $ok = parent::checkInput();
35 if ($this->
http->wrapper()->post()->has($this->getPostVar())) {
36 $query = $this->
http->wrapper()->post()->retrieve(
38 $this->
refinery->kindlyTo()->string()
41 if (!$ok or !strlen($query)) {
static validateQuery($a_query)
This class represents a text property in a property form.
static http()
Fetches the global http state from ILIAS.