19 declare(strict_types=1);
31 string $a_postvar =
"" 36 $this->
lng = $DIC->language();
44 $this->value = str_replace(
',',
'.', $a_value);
60 $eval->suppress_errors =
true;
61 $result = $eval->e(str_replace(
",",
".", $this->
getInput()));
62 if ($result ===
false) {
73 $t = $this->
refinery->kindlyTo()->string();
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 stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
__construct(Container $dic, ilPlugin $plugin)