4include_once(
"./Services/Form/classes/class.ilTextInputGUI.php");
 
    5include_once(
"./Services/Math/classes/class.EvalMath.php");
 
   23                $this->value = str_replace(
',', 
'.', $a_value);
 
   38                        $this->
setAlert($lng->txt(
"msg_input_is_required"));
 
   45                        $eval->suppress_errors = 
true;
 
   49                                $this->
setAlert($lng->txt(
"form_msg_formula_is_required"));
 
An exception for terminatinating execution or to throw for unit testing.
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