ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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...