ILIAS
trunk Revision v11.0_alpha-1846-g895b5f47236
|
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(), 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 56 of file class.ilLanguageFactory.php.
References ilObjUser\_lookupLanguage().
Referenced by ilObjSurvey\checkReminder(), ilObjDataCollection\doUpdate(), ilChatroom\getSessions(), ilMailNotification\getUserLanguage(), ilTimingsCronReminder\getUserLanguage(), ilMembershipCronNotifications\run(), ilUserCronCheckAccounts\run(), ILIAS\Wiki\Notification\NotificationGUI\send(), ilLearningModuleNotification\send(), ilWikiUtil\sendNotification(), ILIAS\Notes\NotificationsManager\sendNotifications(), ilExAssignmentReminder\sendReminders(), and ilObjSurvey\sendTutorNotification().
|
staticprivate |
Definition at line 31 of file class.ilLanguageFactory.php.