3 declare(strict_types=1);
    38         $ok = parent::checkInput();
    42             $query = $this->
http->wrapper()->post()->retrieve(
    44                 $this->
refinery->kindlyTo()->string()
    47         if (!$ok or !strlen($query)) {
 
static http()
Fetches the global http state from ILIAS. 
 
static validateQuery($a_query)