91 public function delete()
103 return $this->
parse();
112 return $this->
parse();
121 return $this->
parse();
130 return $this->
parse();
141 if (!$this->parsed_value && $this->expression) {
144 $this->parsed_value =
$parser->parse();
146 return $this->lng->txt(
'dcl_error_parsing_expression') .
' (' . $e->getMessage() .
')';
An exception for terminatinating execution or to throw for unit testing.
Confirmation screen class.
Class ilDclBaseFieldModel.
const PROP_FORMULA_EXPRESSION
Class ilDclBaseFieldModel.
Class ilDclBaseRecordModel.
Class ilDclExpressionParser.
Base class for ILIAS Exception handling.