4 include_once(
"./Services/Form/classes/class.ilTextInputGUI.php");
5 include_once(
"./Services/Math/classes/class.EvalMath.php");
23 parent::__construct($a_title, $a_postvar);
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"));
This class represents a text property in a property form.
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled