3 declare(strict_types=1);
30 string $a_postvar =
"" 35 $this->
lng = $DIC->language();
43 $this->value = str_replace(
',',
'.', $a_value);
59 $eval->suppress_errors =
true;
60 $result = $eval->e(str_replace(
",",
".", $this->
getInput()));
61 if ($result ===
false) {
72 $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)