4 include_once(
"./Services/Form/classes/class.ilTextInputGUI.php");
5 include_once(
"./Services/Math/classes/class.EvalMath.php");
25 $this->lng = $DIC->language();
35 $this->value = str_replace(
',',
'.', $a_value);
54 $eval->suppress_errors =
true;
57 $this->
setAlert(
$lng->txt(
"form_msg_formula_is_required"));
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
__construct(Container $dic, ilPlugin $plugin)