ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilAssLacExpressionInterface.php
Go to the documentation of this file.
1<?php
26{
32 public function getValue(): string;
33
39 public function parseValue($value);
40}
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.
getValue()
Get the value of this Expression.