ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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(), ilConsultationHourUtils\bookAppointment(), ilMailLanguageHelper\getLanguageByIsoCode(), ilMailNotification\initLanguageByIso2Code(), ilBuddySystemNotification\send(), ilCalendarMailNotification\send(), ilECSObjectSettings\sendNewContentNotification(), ilRemoteObjectBase\sendNewContentNotification(), and ilECSAppEventListener\sendNotification().
|
static |
Get language object of user.
Definition at line 57 of file class.ilLanguageFactory.php.
References ilObjUser\_lookupLanguage().
Referenced by ilObjSurvey\checkReminder(), ilExAssignmentReminder\checkReminders(), ilObjDataCollection\doUpdate(), ilMailNotification\getUserLanguage(), ilTimingsCronReminder\getUserLanguage(), ilUserCronCheckAccounts\hasFlexibleSchedule(), ilChatroom\isOwnerOfPrivateRoom(), ilLearningModuleNotification\send(), ilWikiUtil\sendNotification(), ILIAS\Notes\NotificationsManager\sendNotifications(), and ilObjSurvey\sendTutorNotification().
|
staticprivate |
Definition at line 32 of file class.ilLanguageFactory.php.