ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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() |
Definition at line 29 of file class.ilLanguageFactory.php.
|
static |
Get language object.
Definition at line 36 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().
|
static |
Get language object of user.
Definition at line 56 of file class.ilLanguageFactory.php.
References _getLanguage(), and ilObjUser\_lookupLanguage().
Referenced by ilMailNotification\getUserLanguage(), ilTimingsCronReminder\getUserLanguage(), ilUserCronCheckAccounts\run(), ilDataCollectionMailNotification\send(), ilLearningModuleNotification\send(), ilExAssignmentReminder\sendReminders(), and ilObjSurvey\sendTutorNotification().
|
staticprivate |
Definition at line 31 of file class.ilLanguageFactory.php.