ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class AnswerOfQuestionExpression for the expression Qn. More...
Public Member Functions | |
getQuestionIndex () | |
Get the question index. More... | |
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... | |
Static Public Attributes | |
static | $pattern = '/(Q\d+)(?=\=|<|>|\s|$)/' |
static | $identifier = "Qn" |
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... | |
Protected Member Functions inherited from ilAssLacAbstractExpression | |
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 | |
$question_index | |
Additional Inherited Members | |
Data Fields inherited from ilAssLacAbstractComposite | |
$nodes = array() | |
Class AnswerOfQuestionExpression for the expression Qn.
Date: 25.03.13 Time: 16:39
Definition at line 13 of file ilAssLacAnswerOfQuestionExpression.php.
ilAssLacAnswerOfQuestionExpression::getDescription | ( | ) |
Get a human readable description of the Composite element.
Implements ilAssLacCompositeInterface.
Definition at line 79 of file ilAssLacAnswerOfQuestionExpression.php.
|
protected |
Get the Pattern to match relevant informations for an Expression.
Definition at line 88 of file ilAssLacAnswerOfQuestionExpression.php.
ilAssLacAnswerOfQuestionExpression::getQuestionIndex | ( | ) |
Get the question index.
Implements ilAssLacQuestionExpressionInterface.
Definition at line 61 of file ilAssLacAnswerOfQuestionExpression.php.
References $question_index.
ilAssLacAnswerOfQuestionExpression::getValue | ( | ) |
Get the value of this Expression.
Implements ilAssLacExpressionInterface.
Definition at line 70 of file ilAssLacAnswerOfQuestionExpression.php.
References $question_index.
|
protected |
Sets the result of the parsed value by a specific expression pattern.
array | $matches |
Definition at line 51 of file ilAssLacAnswerOfQuestionExpression.php.
|
static |
Definition at line 35 of file ilAssLacAnswerOfQuestionExpression.php.
|
static |
Definition at line 30 of file ilAssLacAnswerOfQuestionExpression.php.
Referenced by ilAssLacExpressionManufacturer\getPattern(), and ilAssLacExpressionManufacturer\manufacture().
|
protected |
Definition at line 42 of file ilAssLacAnswerOfQuestionExpression.php.
Referenced by getQuestionIndex(), and getValue().