|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ResultOfAnswerOfCurrentQuestion for the expression R[m]. More...
Inheritance diagram for ilAssLacResultOfAnswerOfCurrentQuestionExpression:
Collaboration diagram for ilAssLacResultOfAnswerOfCurrentQuestionExpression:Public Member Functions | |
| getPattern () | |
| Get the Pattern to match relevant informations for an Expression. More... | |
| getQuestionIndex () | |
| getAnswerIndex () | |
| getValue () | |
| Get the value of this Expression. More... | |
| getDescription () | |
| Get a human readable description of the Composite element. More... | |
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... | |
| getQuestionIndex () | |
Static Public Attributes | |
| static | $pattern = "/R\\[[0-9]+\\]/" |
| static | $identifier = "R[m]" |
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 | |
| $answer_index | |
Additional Inherited Members | |
Data Fields inherited from ilAssLacAbstractComposite | |
| $nodes = array() | |
Class ResultOfAnswerOfCurrentQuestion for the expression R[m].
Date: 25.03.13 Time: 16:40
Definition at line 13 of file ilAssLacResultOfAnswerOfCurrentQuestionExpression.php.
| ilAssLacResultOfAnswerOfCurrentQuestionExpression::getAnswerIndex | ( | ) |
Definition at line 72 of file ilAssLacResultOfAnswerOfCurrentQuestionExpression.php.
References $answer_index.
| ilAssLacResultOfAnswerOfCurrentQuestionExpression::getDescription | ( | ) |
Get a human readable description of the Composite element.
Implements ilAssLacCompositeInterface.
Definition at line 90 of file ilAssLacResultOfAnswerOfCurrentQuestionExpression.php.
| ilAssLacResultOfAnswerOfCurrentQuestionExpression::getPattern | ( | ) |
Get the Pattern to match relevant informations for an Expression.
Reimplemented from ilAssLacAbstractExpression.
Definition at line 44 of file ilAssLacResultOfAnswerOfCurrentQuestionExpression.php.
| ilAssLacResultOfAnswerOfCurrentQuestionExpression::getQuestionIndex | ( | ) |
Implements ilAssLacQuestionExpressionInterface.
Definition at line 64 of file ilAssLacResultOfAnswerOfCurrentQuestionExpression.php.
| ilAssLacResultOfAnswerOfCurrentQuestionExpression::getValue | ( | ) |
Get the value of this Expression.
Implements ilAssLacExpressionInterface.
Definition at line 81 of file ilAssLacResultOfAnswerOfCurrentQuestionExpression.php.
|
protected |
Sets the result of the parsed value by a specific expression pattern.
| array | $matches |
Reimplemented from ilAssLacAbstractExpression.
Definition at line 56 of file ilAssLacResultOfAnswerOfCurrentQuestionExpression.php.
|
protected |
Definition at line 38 of file ilAssLacResultOfAnswerOfCurrentQuestionExpression.php.
Referenced by getAnswerIndex().
|
static |
Definition at line 31 of file ilAssLacResultOfAnswerOfCurrentQuestionExpression.php.
|
static |
Definition at line 26 of file ilAssLacResultOfAnswerOfCurrentQuestionExpression.php.
Referenced by ilAssLacExpressionManufacturer\getPattern(), and ilAssLacExpressionManufacturer\manufacture().