*/ interface ilTermsOfServiceDocumentEvaluation { /** * @return ilTermsOfServiceSignableDocument * @throws ilTermsOfServiceNoSignableDocumentFoundException */ public function document() : ilTermsOfServiceSignableDocument; /** * @return bool */ public function hasDocument() : bool; }