|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ilLanguageDetectorFactory. More...
Collaboration diagram for ilLanguageDetectorFactory:Public Member Functions | |
| __construct () | |
| getValidInstances () | |
| createDetectorByType (int $type) | |
Protected Attributes | |
| ilIniFile | $client_ini |
| array | $request_information = array() |
| ilSetting | $settings |
Private Attributes | |
| const | DEFAULT_DETECTOR = 1 |
| const | HTTP_REQUEST_DETECTOR = 2 |
Class ilLanguageDetectorFactory.
Definition at line 26 of file class.ilLanguageDetectorFactory.php.
| ilLanguageDetectorFactory::__construct | ( | ) |
Definition at line 35 of file class.ilLanguageDetectorFactory.php.
References $_SERVER, $DIC, and ILIAS\Repository\settings().
Here is the call graph for this function:| ilLanguageDetectorFactory::createDetectorByType | ( | int | $type | ) |
| ilLanguageException |
Definition at line 66 of file class.ilLanguageDetectorFactory.php.
References DEFAULT_DETECTOR, and HTTP_REQUEST_DETECTOR.
Referenced by getValidInstances().
Here is the caller graph for this function:| ilLanguageDetectorFactory::getValidInstances | ( | ) |
| ilLanguageException |
Definition at line 47 of file class.ilLanguageDetectorFactory.php.
References createDetectorByType(), ILIAS\Repository\settings(), and ilContext\usesHTTP().
Here is the call graph for this function:
|
protected |
Definition at line 31 of file class.ilLanguageDetectorFactory.php.
|
protected |
Definition at line 32 of file class.ilLanguageDetectorFactory.php.
|
protected |
Definition at line 33 of file class.ilLanguageDetectorFactory.php.
|
private |
Definition at line 28 of file class.ilLanguageDetectorFactory.php.
Referenced by createDetectorByType().
|
private |
Definition at line 29 of file class.ilLanguageDetectorFactory.php.
Referenced by createDetectorByType().