|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilAssLacExpressionInterface:
Collaboration diagram for ilAssLacExpressionInterface:Public Member Functions | |
| getValue () | |
| Get the value of this Expression. More... | |
| parseValue ($value) | |
| Parses the delivered Value and sets the relevant information for an Expression as attributes. More... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ExpressionInterface
Date: 25.03.13 Time: 15:43
Definition at line 25 of file ilAssLacExpressionInterface.php.
| ilAssLacExpressionInterface::getValue | ( | ) |
Get the value of this Expression.
Implemented in ilAssLacAnswerOfCurrentQuestionExpression, ilAssLacAnswerOfQuestionExpression, ilAssLacEmptyAnswerExpression, ilAssLacExclusiveResultExpression, ilAssLacMatchingResultExpression, ilAssLacNumberOfResultExpression, ilAssLacNumericResultExpression, ilAssLacOrderingResultExpression, ilAssLacPercentageResultExpression, ilAssLacResultOfAnswerOfCurrentQuestionExpression, ilAssLacResultOfAnswerOfQuestionExpression, and ilAssLacStringResultExpression.
| ilAssLacExpressionInterface::parseValue | ( | $value | ) |
Parses the delivered Value and sets the relevant information for an Expression as attributes.
| string | $value |
Implemented in ilAssLacAbstractExpression.