ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getExclusive () | |
getValue () | |
Get the value of this Expression. More... | |
getDescription () | |
Get a human readable description of the Composite element. More... | |
checkResult ($result, $comperator, $index=null) | |
![]() | |
parseValue ($value) | |
Parses the delivered Value and sets the relevant information for an Expression as attributes. More... | |
![]() | |
addNode (ilAssLacCompositeInterface $node) | |
Adds an ilAssLacCompositeInterface object to the node array which represents the condition tree structure. More... | |
describe () | |
Describes a Composite tree Structure as human readable string. More... | |
Static Public Attributes | |
static | $pattern = '/\*[0-9]+(?:,[0-9]+)*\*/' |
static | $identifier = "*n,m,o,p*" |
Protected Member Functions | |
getPattern () | |
setMatches ($matches) | |
Sets the result of the parsed value by a specific expression pattern. More... | |
![]() | |
getPattern () | |
Get the Pattern to match relevant informations for an Expression. More... | |
setMatches ($matches) | |
Sets the result of the parsed value by a specific expression pattern. More... | |
Protected Attributes | |
$exclusive | |
Additional Inherited Members | |
![]() | |
$nodes = [] | |
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 ExclusiveResultExpression for the expression m,n,o,p
Date: 25.03.13 Time: 16:41
Definition at line 26 of file ilAssLacExclusiveResultExpression.php.
ilAssLacExclusiveResultExpression::checkResult | ( | $result, | |
$comperator, | |||
$index = null |
|||
) |
ilUserQuestionResult | $result | |
string | $comperator | |
null | int | $index |
Implements ilAssLacSolutionExpressionInterface.
Definition at line 107 of file ilAssLacExclusiveResultExpression.php.
References $exclusive, getExclusive(), and ILIAS\UI\examples\Symbol\Glyph\Sort\sort().
ilAssLacExclusiveResultExpression::getDescription | ( | ) |
Get a human readable description of the Composite element.
Implements ilAssLacCompositeInterface.
Definition at line 95 of file ilAssLacExclusiveResultExpression.php.
ilAssLacExclusiveResultExpression::getExclusive | ( | ) |
Definition at line 77 of file ilAssLacExclusiveResultExpression.php.
References $exclusive.
Referenced by checkResult().
|
protected |
Definition at line 53 of file ilAssLacExclusiveResultExpression.php.
ilAssLacExclusiveResultExpression::getValue | ( | ) |
Get the value of this Expression.
Implements ilAssLacExpressionInterface.
Definition at line 86 of file ilAssLacExclusiveResultExpression.php.
|
protected |
Sets the result of the parsed value by a specific expression pattern.
array | $matches |
Definition at line 65 of file ilAssLacExclusiveResultExpression.php.
|
protected |
Definition at line 51 of file ilAssLacExclusiveResultExpression.php.
Referenced by checkResult(), and getExclusive().
|
static |
Definition at line 44 of file ilAssLacExclusiveResultExpression.php.
|
static |
Definition at line 39 of file ilAssLacExclusiveResultExpression.php.
Referenced by ilAssLacExpressionManufacturer\getPattern(), and ilAssLacExpressionManufacturer\manufacture().