89 public function delete()
101 return $this->
parse();
110 return $this->
parse();
119 return $this->
parse();
128 return $this->
parse();
139 if (!$this->parsed_value && $this->expression) {
142 $this->parsed_value =
$parser->parse();
144 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.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc