ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Static Public Member Functions | |
static | _getLanguage ($a_lang_key='') |
Get langauge object. More... | |
static | _getLanguageOfUser ($a_usr_id) |
Get language object of user. More... | |
Static Private Attributes | |
static | $languages = array() |
Definition at line 32 of file class.ilLanguageFactory.php.
|
static |
Get langauge object.
public
string | $a_lang_key |
Definition at line 44 of file class.ilLanguageFactory.php.
Referenced by ilMailNotification\__construct(), ilMail\_getAutoGeneratedMessageString(), ilECSAppEventListener\_sendNotification(), ilConsultationHourUtils\bookAppointment(), ilMailLanguageHelper\getLanguageByIsoCode(), ilMailNotification\initLanguageByIso2Code(), ilBuddySystemNotification\send(), ilCalendarMailNotification\send(), ilECSObjectSettings\sendNewContentNotification(), and ilRemoteObjectBase\sendNewContentNotification().
|
static |
Get language object of user.
int | $a_usr_id |
Definition at line 68 of file class.ilLanguageFactory.php.
References ilObjUser\_lookupLanguage().
Referenced by ilObjSurvey\checkReminder(), ilExAssignmentReminder\checkReminders(), ilObjDataCollection\doUpdate(), ilMailNotification\getUserLanguage(), ilTimingsCronReminder\getUserLanguage(), ilChatroom\isOwnerOfPrivateRoom(), ilLearningModuleNotification\send(), ilWikiUtil\sendNotification(), ilNote\sendNotifications(), ilObjSurvey\sendTutorNotification(), and ilObjSurvey\sendTutorResults().
|
staticprivate |
Definition at line 34 of file class.ilLanguageFactory.php.