ILIAS  trunk Revision v12.0_alpha-1540-g00f839d5fa1
ilAssLacExpressionInterface.php
Go to the documentation of this file.
1<?php
2
27{
33 public function getValue(): string;
34
40 public function parseValue($value);
41}
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.