ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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.