|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilLanguageDetectorFactory
Definition at line 27 of file class.ilLanguageDetectorFactory.php.
| ilLanguageDetectorFactory::__construct | ( | ) |
Definition at line 36 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 67 of file class.ilLanguageDetectorFactory.php.
References $type, DEFAULT_DETECTOR, and HTTP_REQUEST_DETECTOR.
Referenced by getValidInstances().
Here is the caller graph for this function:| ilLanguageDetectorFactory::getValidInstances | ( | ) |
| ilLanguageException |
Definition at line 48 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 32 of file class.ilLanguageDetectorFactory.php.
|
protected |
Definition at line 33 of file class.ilLanguageDetectorFactory.php.
|
protected |
Definition at line 34 of file class.ilLanguageDetectorFactory.php.
|
private |
Definition at line 29 of file class.ilLanguageDetectorFactory.php.
Referenced by createDetectorByType().
|
private |
Definition at line 30 of file class.ilLanguageDetectorFactory.php.
Referenced by createDetectorByType().