4include_once(
"./Services/Form/classes/class.ilTextInputGUI.php");
5include_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"));
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
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc