19 declare(strict_types=1);
    25         parent::setValueByArray($a_values);
    27             $item->setValueByArray($a_values);
    34         $has_postvar = $this->
http->wrapper()->post()->has($this->
getPostVar());
    36             $regex = $this->
http->wrapper()->post()->retrieve(
    38                 $this->
refinery->kindlyTo()->string()
    40             if (substr($regex, 0, 1) != 
"/") {
    41                 $regex = 
"/" . $regex;
    43             if (substr($regex, -1) != 
"/" || $regex == 
"/") {
    48                 preg_match($regex, 
'');
    58         return parent::checkInput();
 txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
 
static http()
Fetches the global http state from ILIAS. 
 
setValueByArray(array $a_values)