|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Interface ilTermsOfServiceSequentialDocumentEvaluation. More...
Inheritance diagram for ilTermsOfServiceSequentialDocumentEvaluation:
Collaboration diagram for ilTermsOfServiceSequentialDocumentEvaluation:Public Member Functions | ||||
| __construct (ilTermsOfServiceDocumentCriteriaEvaluation $evaluation, ilObjUser $user, ilLogger $log, array $possibleDocuments) | ||||
| ilTermsOfServiceDocumentLogicalAndCriteriaEvaluation constructor. More... | ||||
| withContextUser (ilObjUser $user) | ||||
Returns an evaluator like this with the passed context user.
| ||||
| evaluateDocument (ilTermsOfServiceSignableDocument $document) | ||||
| @inheritDoc More... | ||||
| document () | ||||
| Determines a document based on the context of the concrete implementation.
More... | ||||
| hasDocument () | ||||
| ||||
| withContextUser (ilObjUser $user) | ||||
| Returns an evaluator like this with the passed context user. More... | ||||
| document () | ||||
| Determines a document based on the context of the concrete implementation. More... | ||||
| hasDocument () | ||||
| evaluateDocument (ilTermsOfServiceSignableDocument $document) | ||||
| Evaluates the passed document for the context given in the concrete implementation. More... | ||||
Protected Member Functions | |
| getMatchingDocuments () | |
Protected Attributes | |
| $evaluation | |
| $user | |
| $matchingDocumentsByUser = [] | |
| $possibleDocuments = [] | |
| $log | |
Interface ilTermsOfServiceSequentialDocumentEvaluation.
Definition at line 8 of file class.ilTermsOfServiceSequentialDocumentEvaluation.php.
| ilTermsOfServiceSequentialDocumentEvaluation::__construct | ( | ilTermsOfServiceDocumentCriteriaEvaluation | $evaluation, |
| ilObjUser | $user, | ||
| ilLogger | $log, | ||
| array | $possibleDocuments | ||
| ) |
ilTermsOfServiceDocumentLogicalAndCriteriaEvaluation constructor.
| ilTermsOfServiceDocumentCriteriaEvaluation | $evaluation | |
| ilObjUser | $user | |
| ilLogger | $log | |
| ilTermsOfServiceSignableDocument[] | $possibleDocuments |
Definition at line 28 of file class.ilTermsOfServiceSequentialDocumentEvaluation.php.
References $evaluation, $log, $possibleDocuments, $user, and user().
Here is the call graph for this function:| ilTermsOfServiceSequentialDocumentEvaluation::document | ( | ) |
Determines a document based on the context of the concrete implementation.
Implements ilTermsOfServiceDocumentEvaluation.
Definition at line 92 of file class.ilTermsOfServiceSequentialDocumentEvaluation.php.
References getMatchingDocuments(), and user().
Here is the call graph for this function:| ilTermsOfServiceSequentialDocumentEvaluation::evaluateDocument | ( | ilTermsOfServiceSignableDocument | $document | ) |
@inheritDoc
Implements ilTermsOfServiceDocumentEvaluation.
Definition at line 84 of file class.ilTermsOfServiceSequentialDocumentEvaluation.php.
Referenced by getMatchingDocuments().
Here is the caller graph for this function:
|
protected |
Definition at line 55 of file class.ilTermsOfServiceSequentialDocumentEvaluation.php.
References evaluateDocument(), and user().
Referenced by document(), and hasDocument().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTermsOfServiceSequentialDocumentEvaluation::hasDocument | ( | ) |
Implements ilTermsOfServiceDocumentEvaluation.
Definition at line 109 of file class.ilTermsOfServiceSequentialDocumentEvaluation.php.
References getMatchingDocuments().
Here is the call graph for this function:| ilTermsOfServiceSequentialDocumentEvaluation::withContextUser | ( | ilObjUser | $user | ) |
Returns an evaluator like this with the passed context user.
| ilObjUser | $user |
Implements ilTermsOfServiceDocumentEvaluation.
Definition at line 43 of file class.ilTermsOfServiceSequentialDocumentEvaluation.php.
References $user.
|
protected |
Definition at line 11 of file class.ilTermsOfServiceSequentialDocumentEvaluation.php.
Referenced by __construct().
|
protected |
Definition at line 19 of file class.ilTermsOfServiceSequentialDocumentEvaluation.php.
Referenced by __construct().
|
protected |
Definition at line 15 of file class.ilTermsOfServiceSequentialDocumentEvaluation.php.
|
protected |
Definition at line 17 of file class.ilTermsOfServiceSequentialDocumentEvaluation.php.
Referenced by __construct().
|
protected |
Definition at line 13 of file class.ilTermsOfServiceSequentialDocumentEvaluation.php.
Referenced by __construct(), and withContextUser().