ILIAS  release_7 Revision v7.30-3-g800a261c036
ilAssLacExpressionInterface.php
Go to the documentation of this file.
1<?php
11{
12
18 public function getValue();
19
25 public function parseValue($value);
26}
An exception for terminatinating execution or to throw for unit testing.
parseValue($value)
Parses the delivered Value and sets the relevant information for an Expression as attributes.
getValue()
Get the value of this Expression.