|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for ilTermsOfServiceFileSystemDocument:
Collaboration diagram for ilTermsOfServiceFileSystemDocument:Public Member Functions | |
| __construct (ilLanguage $lng) | |
| determine () | |
| exists () | |
{
| |
| setLanguageAdapter ($lng) | |
| getLanguageAdapter () | |
| setSourceFiles ($source_directories) | |
| getSourceFiles () | |
| hasContent () | |
| getContent () | |
| getSource () | |
| getSourceType () | |
| getIso2LanguageCode () | |
| hasContent () | |
| exists () | |
| getContent () | |
| getSource () | |
| getSourceType () | |
| getIso2LanguageCode () | |
| determine () | |
| Called from client to initiate the content determination. More... | |
Protected Member Functions | |
| initSourceFiles () | |
Protected Attributes | |
| $lng | |
| $has_content = false | |
| $content = '' | |
| $iso2_language_code = '' | |
| $source = '' | |
| $source_files = array() | |
Additional Inherited Members | |
Data Fields inherited from ilTermsOfServiceSignableDocument | |
| const | SRC_TYPE_FILE_SYSTEM_PATH = 0 |
| const | SRC_TYPE_OBJECT = 1 |
Definition at line 10 of file class.ilTermsOfServiceFileSystemDocument.php.
| ilTermsOfServiceFileSystemDocument::__construct | ( | ilLanguage | $lng | ) |
| ilLanguage | $lng |
Definition at line 45 of file class.ilTermsOfServiceFileSystemDocument.php.
References initSourceFiles(), and setLanguageAdapter().
Here is the call graph for this function:| ilTermsOfServiceFileSystemDocument::determine | ( | ) |
Implements ilTermsOfServiceSignableDocument.
Definition at line 54 of file class.ilTermsOfServiceFileSystemDocument.php.
References $content, $file, $iso2_language_code, and getSourceFiles().
Referenced by ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByCurrentLanguage(), ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByDefaultLanguage(), ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByEnglishLanguage(), ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByCurrentLanguage(), ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByDefaultLanguage(), and ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByEnglishLanguage().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTermsOfServiceFileSystemDocument::exists | ( | ) |
{
Implements ilTermsOfServiceSignableDocument.
Definition at line 90 of file class.ilTermsOfServiceFileSystemDocument.php.
| ilTermsOfServiceFileSystemDocument::getContent | ( | ) |
Implements ilTermsOfServiceSignableDocument.
Definition at line 153 of file class.ilTermsOfServiceFileSystemDocument.php.
References $content.
Referenced by ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByCurrentLanguage(), ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByDefaultLanguage(), ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByEnglishLanguage(), ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByCurrentLanguage(), ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByDefaultLanguage(), and ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByEnglishLanguage().
Here is the caller graph for this function:| ilTermsOfServiceFileSystemDocument::getIso2LanguageCode | ( | ) |
Implements ilTermsOfServiceSignableDocument.
Definition at line 177 of file class.ilTermsOfServiceFileSystemDocument.php.
References $iso2_language_code.
Referenced by ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByCurrentLanguage(), ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByDefaultLanguage(), ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByEnglishLanguage(), ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByCurrentLanguage(), ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByDefaultLanguage(), and ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByEnglishLanguage().
Here is the caller graph for this function:| ilTermsOfServiceFileSystemDocument::getLanguageAdapter | ( | ) |
Definition at line 121 of file class.ilTermsOfServiceFileSystemDocument.php.
References $lng.
Referenced by initSourceFiles().
Here is the caller graph for this function:| ilTermsOfServiceFileSystemDocument::getSource | ( | ) |
Implements ilTermsOfServiceSignableDocument.
Definition at line 161 of file class.ilTermsOfServiceFileSystemDocument.php.
References $source.
Referenced by ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByCurrentLanguage(), ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByDefaultLanguage(), ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByEnglishLanguage(), ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByCurrentLanguage(), ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByDefaultLanguage(), and ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByEnglishLanguage().
Here is the caller graph for this function:| ilTermsOfServiceFileSystemDocument::getSourceFiles | ( | ) |
Definition at line 137 of file class.ilTermsOfServiceFileSystemDocument.php.
References $source_files.
Referenced by determine().
Here is the caller graph for this function:| ilTermsOfServiceFileSystemDocument::getSourceType | ( | ) |
Implements ilTermsOfServiceSignableDocument.
Definition at line 169 of file class.ilTermsOfServiceFileSystemDocument.php.
References ilTermsOfServiceSignableDocument\SRC_TYPE_FILE_SYSTEM_PATH.
Referenced by ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByCurrentLanguage(), ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByDefaultLanguage(), ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByEnglishLanguage(), ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByCurrentLanguage(), ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByDefaultLanguage(), and ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByEnglishLanguage().
Here is the caller graph for this function:| ilTermsOfServiceFileSystemDocument::hasContent | ( | ) |
Implements ilTermsOfServiceSignableDocument.
Definition at line 145 of file class.ilTermsOfServiceFileSystemDocument.php.
References $has_content.
Referenced by ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByCurrentLanguage(), ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByDefaultLanguage(), ilTermsOfServiceFileSystemDocumentTest\testClientDocumentCouldBeRetrievedByEnglishLanguage(), ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByCurrentLanguage(), ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByDefaultLanguage(), and ilTermsOfServiceFileSystemDocumentTest\testGlobalDocumentCouldBeRetrievedByEnglishLanguage().
Here is the caller graph for this function:
|
protected |
Definition at line 98 of file class.ilTermsOfServiceFileSystemDocument.php.
References getLanguageAdapter().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTermsOfServiceFileSystemDocument::setLanguageAdapter | ( | $lng | ) |
| ilLanguage | $lng |
Definition at line 113 of file class.ilTermsOfServiceFileSystemDocument.php.
References $lng.
Referenced by __construct().
Here is the caller graph for this function:| ilTermsOfServiceFileSystemDocument::setSourceFiles | ( | $source_directories | ) |
| array | $source_directories |
Definition at line 129 of file class.ilTermsOfServiceFileSystemDocument.php.
|
protected |
Definition at line 25 of file class.ilTermsOfServiceFileSystemDocument.php.
Referenced by determine(), and getContent().
|
protected |
Definition at line 20 of file class.ilTermsOfServiceFileSystemDocument.php.
Referenced by hasContent().
|
protected |
Definition at line 30 of file class.ilTermsOfServiceFileSystemDocument.php.
Referenced by determine(), and getIso2LanguageCode().
|
protected |
Definition at line 15 of file class.ilTermsOfServiceFileSystemDocument.php.
Referenced by getLanguageAdapter(), and setLanguageAdapter().
|
protected |
Definition at line 35 of file class.ilTermsOfServiceFileSystemDocument.php.
Referenced by getSource().
|
protected |
Definition at line 40 of file class.ilTermsOfServiceFileSystemDocument.php.
Referenced by getSourceFiles().