| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilObjLanguageAccess:
 Collaboration diagram for ilObjLanguageAccess:| Public Member Functions | |
| _checkTranslate () | |
| Permission check for translations. | |
| _checkMaintenance () | |
| Permission check for language maintenance (import/export) | |
| _lookupLangFolderRefId () | |
| Lookup the ref_id of the global language folder. | |
| _lookupId ($a_key) | |
| Lookup the object ID for a language key. | |
Definition at line 37 of file class.ilObjLanguageAccess.php.
| ilObjLanguageAccess::_checkMaintenance | ( | ) | 
Permission check for language maintenance (import/export)
static
Definition at line 77 of file class.ilObjLanguageAccess.php.
References $ilSetting, $ref_id, and _lookupLangFolderRefId().
Referenced by ilObjLanguageExtGUI\executeCommand().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjLanguageAccess::_checkTranslate | ( | ) | 
Permission check for translations.
This check is used for displaying the translation link on each page
static
Definition at line 50 of file class.ilObjLanguageAccess.php.
References $ilSetting, $lng, $ref_id, and _lookupLangFolderRefId().
Referenced by ilTemplate\addILIASFooter().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjLanguageAccess::_lookupId | ( | $a_key | ) | 
Lookup the object ID for a language key.
static
| string | language key | 
| integer | language object id | 
Definition at line 120 of file class.ilObjLanguageAccess.php.
Referenced by ilObjLanguageExtGUI\ilObjLanguageExtGUI().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjLanguageAccess::_lookupLangFolderRefId | ( | ) | 
Lookup the ref_id of the global language folder.
static
Definition at line 101 of file class.ilObjLanguageAccess.php.
Referenced by _checkMaintenance(), and _checkTranslate().
 Here is the caller graph for this function:
 Here is the caller graph for this function: