|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Inheritance diagram for ilTermsOfServiceSignableDocument:
Collaboration diagram for ilTermsOfServiceSignableDocument:Public Member Functions | |
| hasContent () | |
| getContent () | |
| getSource () | |
| getSourceType () | |
| getIso2LanguageCode () | |
| determine () | |
| Called from client to initiate the content determination. More... | |
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().
Here is the caller graph for this function:| ilTermsOfServiceSignableDocument::getIso2LanguageCode | ( | ) |
Implemented in ilTermsOfServiceFileSystemDocument.
Referenced by ilTermsOfServiceHelper\trackAcceptance().
Here is the caller graph for this function:| ilTermsOfServiceSignableDocument::getSource | ( | ) |
Implemented in ilTermsOfServiceFileSystemDocument.
Referenced by ilTermsOfServiceHelper\trackAcceptance().
Here is the caller graph for this function:| ilTermsOfServiceSignableDocument::getSourceType | ( | ) |
Implemented in ilTermsOfServiceFileSystemDocument.
Referenced by ilTermsOfServiceHelper\trackAcceptance().
Here is the caller graph for this function:| 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.