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