|
ILIAS
eassessment Revision 61809
|
Collaboration diagram for ilLanguageFactory:Static Public Member Functions | |
| static | _getLanguage ($a_lang_key= '') |
| Get langauge object. | |
| static | _getLanguageOfUser ($a_usr_id) |
| Get language object of user. | |
Static Private Attributes | |
| static | $languages = array() |
Definition at line 32 of file class.ilLanguageFactory.php.
|
static |
Get langauge object.
public
Definition at line 44 of file class.ilLanguageFactory.php.
References $lng.
Referenced by ilMailNotification\__construct(), ilMail\_getAutoGeneratedMessageString(), _getLanguageOfUser(), ilECSAppEventListener\_sendNotification(), ilECSAppEventListener\handleEvent(), ilCalendarMailNotification\send(), ilECSContentWriter\sendNewContentNotification(), and ilAuthContainerECS\sendNotification().
Here is the caller graph for this function:
|
static |
Get language object of user.
| object | $a_usr_id |
Definition at line 71 of file class.ilLanguageFactory.php.
References _getLanguage(), and ilObjUser\_lookupLanguage().
Referenced by ilMailNotification\initLanguage().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
Definition at line 34 of file class.ilLanguageFactory.php.