19declare(strict_types=1);
74 public function delete():
void
80 return $this->
parse();
85 return $this->
parse();
90 return $this->
parse();
95 return $this->
parse();
103 if (!$this->parsed_value && $this->expression) {
117 $this->parsed_value = $parser->parse();
119 return $this->
lng->txt(
'dcl_error_parsing_expression') .
' (' . $e->getMessage() .
')';
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const PROP_FORMULA_EXPRESSION
ilDclBaseFieldModel $field
ilDclBaseRecordModel $record
Base class for ILIAS Exception handling.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc