ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class EmptyAnswerExpression. More...
Public Member Functions | |
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... | |
Static Public Attributes | |
static | $pattern = '/(\?)/' |
static | $identifier = "?" |
Protected Member Functions | |
getPattern () | |
setMatches ($matches) | |
Sets the result of the parsed value by a specific expression pattern. 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 | |
$matched | |
Additional Inherited Members | |
Data Fields inherited from ilAssLacAbstractComposite | |
$nodes = array() | |
Class EmptyAnswerExpression.
Date: 15.05.14 Time: 08:51
Definition at line 13 of file ilAssLacEmptyAnswerExpression.php.
ilAssLacEmptyAnswerExpression::checkResult | ( | $result, | |
$comperator, | |||
$index = null |
|||
) |
ilUserQuestionResult | $result | |
string | $comperator | |
null | int | $index |
Implements ilAssLacSolutionExpressionInterface.
Definition at line 54 of file ilAssLacEmptyAnswerExpression.php.
References $index, and $result.
ilAssLacEmptyAnswerExpression::getDescription | ( | ) |
Get a human readable description of the Composite element.
Implements ilAssLacCompositeInterface.
Definition at line 42 of file ilAssLacEmptyAnswerExpression.php.
|
protected |
Definition at line 24 of file ilAssLacEmptyAnswerExpression.php.
ilAssLacEmptyAnswerExpression::getValue | ( | ) |
Get the value of this Expression.
Implements ilAssLacExpressionInterface.
Definition at line 33 of file ilAssLacEmptyAnswerExpression.php.
|
protected |
Sets the result of the parsed value by a specific expression pattern.
array | $matches |
Definition at line 89 of file ilAssLacEmptyAnswerExpression.php.
|
static |
Definition at line 17 of file ilAssLacEmptyAnswerExpression.php.
|
protected |
Definition at line 22 of file ilAssLacEmptyAnswerExpression.php.
|
static |
Definition at line 15 of file ilAssLacEmptyAnswerExpression.php.
Referenced by ilAssLacExpressionManufacturer\getPattern(), and ilAssLacExpressionManufacturer\manufacture().