1 <?php declare(strict_types=1);
document()
Determines a document based on the context of the concrete implementation.
Interface ilTermsOfServiceDocumentEvaluation.
evaluateDocument(ilTermsOfServiceSignableDocument $document)
Evaluates the passed document for the context given in the concrete implementation.
Interface ilTermsOfServiceSignableDocument.
withContextUser(ilObjUser $user)
Returns an evaluator like this with the passed context user.