23 parent::setValueByArray($a_values);
25 $item->setValueByArray($a_values);
32 $has_postvar = $this->
http->wrapper()->post()->has($this->
getPostVar());
34 $regex = $this->
http->wrapper()->post()->retrieve(
36 $this->
refinery->kindlyTo()->string()
38 if (substr($regex, 0, 1) !=
"/") {
39 $regex =
"/" . $regex;
41 if (substr($regex, -1) !=
"/" || $regex ==
"/") {
46 preg_match($regex,
'');
56 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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static http()
Fetches the global http state from ILIAS.
setValueByArray(array $a_values)