|
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 ilLanguageFactory:Static Public Member Functions | |
| static | _getLanguage (string $a_lang_key='') |
| Get language object. More... | |
| static | _getLanguageOfUser (int $a_usr_id) |
| Get language object of user. More... | |
Static Private Attributes | |
| static array | $languages = array() |
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
Definition at line 30 of file class.ilLanguageFactory.php.
|
static |
Get language object.
Definition at line 37 of file class.ilLanguageFactory.php.
Referenced by ilMailNotification\__construct(), ilMail\_getAutoGeneratedMessageString(), _getLanguageOfUser(), ilConsultationHourUtils\bookAppointment(), ilMailLanguageHelper\getLanguageByIsoCode(), ilMailNotification\initLanguageByIso2Code(), ilCalendarMailNotification\send(), ilBuddySystemNotification\send(), ilRemoteObjectBase\sendNewContentNotification(), ilECSObjectSettings\sendNewContentNotification(), and ilECSAppEventListener\sendNotification().
Here is the caller graph for this function:
|
static |
Get language object of user.
Definition at line 57 of file class.ilLanguageFactory.php.
References _getLanguage(), and ilObjUser\_lookupLanguage().
Referenced by ilMailNotification\getUserLanguage(), ilTimingsCronReminder\getUserLanguage(), ilLearningModuleNotification\send(), and ilObjSurvey\sendTutorNotification().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
Definition at line 32 of file class.ilLanguageFactory.php.