ILIAS  release_8 Revision v8.24
interface.ilTermsOfServiceDocumentEvaluation.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
26{
33
40
41 public function hasDocument(): bool;
42
48 public function evaluateDocument(ilTermsOfServiceSignableDocument $document): bool;
49}
User class.
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.