3declare(strict_types=1);
38 $ok = parent::checkInput();
41 if ($this->
http->wrapper()->post()->has($this->getPostVar())) {
42 $query = $this->
http->wrapper()->post()->retrieve(
44 $this->
refinery->kindlyTo()->string()
47 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.