| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
 Inheritance diagram for ilTermsOfServiceAgreementByLanguageProvider:
 Inheritance diagram for ilTermsOfServiceAgreementByLanguageProvider: Collaboration diagram for ilTermsOfServiceAgreementByLanguageProvider:
 Collaboration diagram for ilTermsOfServiceAgreementByLanguageProvider:| Public Member Functions | |||||||
| __construct (ilLanguage $lng) | |||||||
| setSourceDirectories ($terms_of_service_source_directories) | |||||||
| getSourceDirectories () | |||||||
| setLanguageAdapter ($lng) | |||||||
| getLanguageAdapter () | |||||||
| getList (array $params, array $filter) | |||||||
| { 
 
 | |||||||
| Protected Member Functions | |
| initSourceDirectories () | |
| collectData () | |
| Protected Attributes | |
| $lng | |
| $data = array() | |
| $source_directories = array() | |
Definition at line 10 of file class.ilTermsOfServiceAgreementByLanguageProvider.php.
| ilTermsOfServiceAgreementByLanguageProvider::__construct | ( | ilLanguage | $lng | ) | 
| ilLanguage | $lng | 
Definition at line 30 of file class.ilTermsOfServiceAgreementByLanguageProvider.php.
References initSourceDirectories(), and setLanguageAdapter().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 97 of file class.ilTermsOfServiceAgreementByLanguageProvider.php.
References $file, getLanguageAdapter(), and getSourceDirectories().
Referenced by getList().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTermsOfServiceAgreementByLanguageProvider::getLanguageAdapter | ( | ) | 
Definition at line 63 of file class.ilTermsOfServiceAgreementByLanguageProvider.php.
References $lng.
Referenced by collectData(), and ilTermsOfServiceAgreementsByLanguageTableDataProviderTest\testProviderShouldReturnLanguageAdapterWhenLanguageAdapterIsSet().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTermsOfServiceAgreementByLanguageProvider::getList | ( | array | $params, | 
| array | $filter | ||
| ) | 
{
| array | $params | Table paramaters like limit or order | 
| array | $filter | Filter settings | 
Implements ilTermsOfServiceTableDataProvider.
Definition at line 82 of file class.ilTermsOfServiceAgreementByLanguageProvider.php.
References $data, and collectData().
Referenced by ilTermsOfServiceAgreementsByLanguageTableDataProviderTest\testProviderReturnsAResultForEveryInstalledLanguage().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTermsOfServiceAgreementByLanguageProvider::getSourceDirectories | ( | ) | 
Definition at line 47 of file class.ilTermsOfServiceAgreementByLanguageProvider.php.
References $source_directories.
Referenced by collectData(), and ilTermsOfServiceAgreementsByLanguageTableDataProviderTest\testProviderShouldReturnSourceDirectoriesWhenSourceDirectoriesAreSet().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 71 of file class.ilTermsOfServiceAgreementByLanguageProvider.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTermsOfServiceAgreementByLanguageProvider::setLanguageAdapter | ( | $lng | ) | 
| ilLanguage | $lng | 
Definition at line 55 of file class.ilTermsOfServiceAgreementByLanguageProvider.php.
References $lng.
Referenced by __construct(), ilTermsOfServiceAgreementsByLanguageTableDataProviderTest\testProviderReturnsAResultForEveryInstalledLanguage(), and ilTermsOfServiceAgreementsByLanguageTableDataProviderTest\testProviderShouldReturnLanguageAdapterWhenLanguageAdapterIsSet().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTermsOfServiceAgreementByLanguageProvider::setSourceDirectories | ( | $terms_of_service_source_directories | ) | 
| array | $terms_of_service_source_directories | 
Definition at line 39 of file class.ilTermsOfServiceAgreementByLanguageProvider.php.
Referenced by ilTermsOfServiceAgreementsByLanguageTableDataProviderTest\testProviderReturnsAResultForEveryInstalledLanguage(), and ilTermsOfServiceAgreementsByLanguageTableDataProviderTest\testProviderShouldReturnSourceDirectoriesWhenSourceDirectoriesAreSet().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 20 of file class.ilTermsOfServiceAgreementByLanguageProvider.php.
Referenced by getList().
| 
 | protected | 
Definition at line 15 of file class.ilTermsOfServiceAgreementByLanguageProvider.php.
Referenced by getLanguageAdapter(), and setLanguageAdapter().
| 
 | protected | 
Definition at line 25 of file class.ilTermsOfServiceAgreementByLanguageProvider.php.
Referenced by getSourceDirectories().