|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Interface ilTermsOfServiceLogicalAndDocumentCriteriaEvaluation. More...
Inheritance diagram for ilTermsOfServiceLogicalAndDocumentCriteriaEvaluation:
Collaboration diagram for ilTermsOfServiceLogicalAndDocumentCriteriaEvaluation:Public Member Functions | ||||
| __construct (ilTermsOfServiceCriterionTypeFactoryInterface $criterionTypeFactory, ilObjUser $user, ilLogger $log) | ||||
| ilTermsOfServiceDocumentLogicalAndCriteriaEvaluation constructor. More... | ||||
| withContextUser (ilObjUser $user) | ||||
Returns a criteria evaluator like this with the passed context user.
| ||||
| evaluate (ilTermsOfServiceSignableDocument $document) | ||||
Evaluates a document for the context given by the concrete implementation.
| ||||
| evaluate (ilTermsOfServiceSignableDocument $document) | ||||
| Evaluates a document for the context given by the concrete implementation. More... | ||||
| withContextUser (ilObjUser $user) | ||||
| Returns a criteria evaluator like this with the passed context user. More... | ||||
Protected Attributes | |
| $criterionTypeFactory | |
| $user | |
| $log | |
Interface ilTermsOfServiceLogicalAndDocumentCriteriaEvaluation.
Definition at line 8 of file class.ilTermsOfServiceLogicalAndDocumentCriteriaEvaluation.php.
| ilTermsOfServiceLogicalAndDocumentCriteriaEvaluation::__construct | ( | ilTermsOfServiceCriterionTypeFactoryInterface | $criterionTypeFactory, |
| ilObjUser | $user, | ||
| ilLogger | $log | ||
| ) |
ilTermsOfServiceDocumentLogicalAndCriteriaEvaluation constructor.
| ilTermsOfServiceCriterionTypeFactoryInterface | $criterionTypeFactory | |
| ilObjUser | $user | |
| ilLogger | $log |
Definition at line 23 of file class.ilTermsOfServiceLogicalAndDocumentCriteriaEvaluation.php.
References $criterionTypeFactory, $log, $user, and user().
Here is the call graph for this function:| ilTermsOfServiceLogicalAndDocumentCriteriaEvaluation::evaluate | ( | ilTermsOfServiceSignableDocument | $document | ) |
Evaluates a document for the context given by the concrete implementation.
| ilTermsOfServiceSignableDocument | $document |
Implements ilTermsOfServiceDocumentCriteriaEvaluation.
Definition at line 47 of file class.ilTermsOfServiceLogicalAndDocumentCriteriaEvaluation.php.
References $result, ilTermsOfServiceSignableDocument\criteria(), ilTermsOfServiceSignableDocument\id(), ilTermsOfServiceSignableDocument\title(), and user().
Here is the call graph for this function:| ilTermsOfServiceLogicalAndDocumentCriteriaEvaluation::withContextUser | ( | ilObjUser | $user | ) |
Returns a criteria evaluator like this with the passed context user.
| ilObjUser | $user |
Implements ilTermsOfServiceDocumentCriteriaEvaluation.
Definition at line 36 of file class.ilTermsOfServiceLogicalAndDocumentCriteriaEvaluation.php.
References $user.
|
protected |
Definition at line 11 of file class.ilTermsOfServiceLogicalAndDocumentCriteriaEvaluation.php.
Referenced by __construct().
|
protected |
Definition at line 15 of file class.ilTermsOfServiceLogicalAndDocumentCriteriaEvaluation.php.
Referenced by __construct().
|
protected |
Definition at line 13 of file class.ilTermsOfServiceLogicalAndDocumentCriteriaEvaluation.php.
Referenced by __construct(), and withContextUser().