ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilAssLacExpressionInterface.php
Go to the documentation of this file.
1 <?php
26 {
32  public function getValue(): string;
33 
39  public function parseValue($value);
40 }
getValue()
Get the value of this Expression.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
parseValue($value)
Parses the delivered Value and sets the relevant information for an Expression as attributes...