ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilAssLacExpressionInterface.php
Go to the documentation of this file.
1 <?php
11 {
12 
18  public function getValue();
19 
25  public function parseValue($value);
26 }
getValue()
Get the value of this Expression.
parseValue($value)
Parses the delivered Value and sets the relevant information for an Expression as attributes...