|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class StringResultExpression for the expression ~TEXT~. More...
Inheritance diagram for ilAssLacStringResultExpression:
Collaboration diagram for ilAssLacStringResultExpression:Public Member Functions | |
| getPattern () | |
| Get the Pattern to match relevant informations for an Expression. More... | |
| getText () | |
| getValue () | |
| Get the value of this Expression. More... | |
| getDescription () | |
| Get a human readable description of the Composite element. More... | |
| checkResult ($result, $comperator, $index=null) | |
Public Member Functions inherited from ilAssLacAbstractExpression | |
| parseValue ($value) | |
| Parses the delivered Value and sets the relevant information for an Expression as attributes. More... | |
Public Member Functions inherited from ilAssLacAbstractComposite | |
| 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... | |
| addNode (ilAssLacCompositeInterface $node) | |
| Adds an CompositeInterface object to the node array which represents the condition tree structure. More... | |
| describe () | |
| Describes a Composite tree Structure as human readable string. More... | |
| getDescription () | |
| Get a human readable description of the Composite element. More... | |
| 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... | |
| checkResult ($result, $comperator, $index=null) | |
Static Public Attributes | |
| static | $pattern = "/~.*?~/" |
| static | $identifier = "~TEXT~" |
Protected Member Functions | |
| 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 | |
| $text | |
Private Member Functions | |
| compare ($comperator, $value) | |
Additional Inherited Members | |
Data Fields inherited from ilAssLacAbstractComposite | |
| $nodes = array() | |
Class StringResultExpression for the expression ~TEXT~.
Date: 25.03.13 Time: 16:41
Definition at line 14 of file ilAssLacStringResultExpression.php.
| ilAssLacStringResultExpression::checkResult | ( | $result, | |
| $comperator, | |||
$index = null |
|||
| ) |
| ilUserQuestionResult | $result | |
| string | $comperator | |
| int | $index |
Implements ilAssLacSolutionExpressionInterface.
Definition at line 95 of file ilAssLacStringResultExpression.php.
References $result, and compare().
Here is the call graph for this function:
|
private |
| string | $comperator | |
| mixed | $value |
Definition at line 122 of file ilAssLacStringResultExpression.php.
References getText().
Referenced by checkResult().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssLacStringResultExpression::getDescription | ( | ) |
Get a human readable description of the Composite element.
Implements ilAssLacCompositeInterface.
Definition at line 83 of file ilAssLacStringResultExpression.php.
| ilAssLacStringResultExpression::getPattern | ( | ) |
Get the Pattern to match relevant informations for an Expression.
Reimplemented from ilAssLacAbstractExpression.
Definition at line 45 of file ilAssLacStringResultExpression.php.
| ilAssLacStringResultExpression::getText | ( | ) |
Definition at line 65 of file ilAssLacStringResultExpression.php.
References $text.
Referenced by compare().
Here is the caller graph for this function:| ilAssLacStringResultExpression::getValue | ( | ) |
Get the value of this Expression.
Implements ilAssLacExpressionInterface.
Definition at line 74 of file ilAssLacStringResultExpression.php.
|
protected |
Sets the result of the parsed value by a specific expression pattern.
| array | $matches |
Reimplemented from ilAssLacAbstractExpression.
Definition at line 57 of file ilAssLacStringResultExpression.php.
|
static |
Definition at line 32 of file ilAssLacStringResultExpression.php.
|
static |
Definition at line 27 of file ilAssLacStringResultExpression.php.
Referenced by ilAssLacExpressionManufacturer\getPattern(), and ilAssLacExpressionManufacturer\manufacture().
|
protected |
Definition at line 39 of file ilAssLacStringResultExpression.php.
Referenced by getText().