ILIAS
Release_4_4_x_branch Revision 61816
|
Public Member Functions | |
hasContent () | |
getContent () | |
getSource () | |
getSourceType () | |
getIso2LanguageCode () | |
determine () | |
Called from client to initiate the content determination. |
Data Fields | |
const | SRC_TYPE_FILE_SYSTEM_PATH = 0 |
const | SRC_TYPE_OBJECT = 1 |
Definition at line 8 of file interface.ilTermsOfServiceSignableDocument.php.
ilTermsOfServiceSignableDocument::determine | ( | ) |
Called from client to initiate the content determination.
Implemented in ilTermsOfServiceFileSystemDocument.
ilTermsOfServiceSignableDocument::getContent | ( | ) |
Implemented in ilTermsOfServiceFileSystemDocument.
Referenced by ilTermsOfServiceHelper\trackAcceptance().
ilTermsOfServiceSignableDocument::getIso2LanguageCode | ( | ) |
Implemented in ilTermsOfServiceFileSystemDocument.
Referenced by ilTermsOfServiceHelper\trackAcceptance().
ilTermsOfServiceSignableDocument::getSource | ( | ) |
Implemented in ilTermsOfServiceFileSystemDocument.
Referenced by ilTermsOfServiceHelper\trackAcceptance().
ilTermsOfServiceSignableDocument::getSourceType | ( | ) |
Implemented in ilTermsOfServiceFileSystemDocument.
Referenced by ilTermsOfServiceHelper\trackAcceptance().
ilTermsOfServiceSignableDocument::hasContent | ( | ) |
Implemented in ilTermsOfServiceFileSystemDocument.
const ilTermsOfServiceSignableDocument::SRC_TYPE_FILE_SYSTEM_PATH = 0 |
Definition at line 13 of file interface.ilTermsOfServiceSignableDocument.php.
Referenced by ilTermsOfServiceFileSystemDocument\getSourceType(), ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByCurrentLanguage(), ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByDefaultLanguage(), ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByEnglishLanguage(), ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByCurrentLanguage(), ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByDefaultLanguage(), and ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByEnglishLanguage().
const ilTermsOfServiceSignableDocument::SRC_TYPE_OBJECT = 1 |
Definition at line 18 of file interface.ilTermsOfServiceSignableDocument.php.