ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class CompositeValidator. More...
Public Member Functions | |
__construct ($object_loader) | |
validate (ilAssLacAbstractComposite $composite) | |
Protected Member Functions | |
getNonShuffler () | |
Protected Attributes | |
$object_loader | |
Private Member Functions | |
validateSubTree (ilAssLacAbstractComposite $composite) | |
validateClozeTest ($answer_index, $question, $answer_expression, $question_index) | |
checkIfAnswerIndexOfQuestionExists ($question, $question_index, $answer_index) | |
checkQuestionExists ($question, $index) | |
isResultOfAnswerExpression ($expression) | |
checkAnswerExpressionExist ($expressions, $answer_expression, $question_index) | |
checkOperatorExistForExpression ($operators, $answer_expression, $pattern) | |
Class CompositeValidator.
Date: 04.12.13 Time: 14:19
Definition at line 22 of file ilAssLacCompositeValidator.php.
ilAssLacCompositeValidator::__construct | ( | $object_loader | ) |
ilAssLacQuestionProvider | $object_loader |
Definition at line 35 of file ilAssLacCompositeValidator.php.
References $object_loader.
|
private |
array | $expressions | |
ilAssLacExpressionInterface | $answer_expression | |
int | $question_index |
ilAssLacExpressionNotSupportedByQuestion |
Definition at line 220 of file ilAssLacCompositeValidator.php.
Referenced by validateSubTree().
|
private |
iQuestionCondition | $question | |
int | $question_index | |
int | $answer_index |
ilAssLacAnswerIndexNotExist |
Definition at line 174 of file ilAssLacCompositeValidator.php.
Referenced by validateSubTree().
|
private |
array | $operators | |
ilAssLacExpressionInterface | $answer_expression | |
string | $pattern |
ilAssLacOperatorNotSupportedByExpression |
Definition at line 234 of file ilAssLacCompositeValidator.php.
Referenced by validateSubTree().
|
private |
assQuestion | null | $question | |
int | $index |
ilAssLacQuestionNotExist |
Definition at line 188 of file ilAssLacCompositeValidator.php.
References $index.
Referenced by validateSubTree().
|
protected |
Definition at line 241 of file ilAssLacCompositeValidator.php.
|
private |
ilAssLacExpressionInterface | $expression |
Definition at line 200 of file ilAssLacCompositeValidator.php.
Referenced by validateSubTree().
ilAssLacCompositeValidator::validate | ( | ilAssLacAbstractComposite | $composite | ) |
Definition at line 40 of file ilAssLacCompositeValidator.php.
References validateSubTree().
|
private |
int | $answer_index | |
assQuestion | iQuestionCondition | $question | |
ilAssLacExpressionInterface | $answer_expression | |
int | $question_index |
ilAssLacAnswerValueNotExist |
Definition at line 121 of file ilAssLacCompositeValidator.php.
References PHPMailer\PHPMailer\$options.
Referenced by validateSubTree().
|
private |
Definition at line 51 of file ilAssLacCompositeValidator.php.
References checkAnswerExpressionExist(), checkIfAnswerIndexOfQuestionExists(), checkOperatorExistForExpression(), checkQuestionExists(), isResultOfAnswerExpression(), and validateClozeTest().
Referenced by validate().
|
protected |
Definition at line 30 of file ilAssLacCompositeValidator.php.
Referenced by __construct().