| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Access key handling. More...
 Collaboration diagram for ilAccessKey:
 Collaboration diagram for ilAccessKey:| Static Public Member Functions | |
| static | getFunctionName ($a_func_id) | 
| Get Function Name. | |
| static | getComponentNames ($a_func_id) | 
| Get Component Names. | |
| static | getKeys ($lang_key="0", $a_ignore_default=false) | 
| Get access keys for language. | |
| static | getKey ($a_func_id, $lang_key="0", $a_ignore_default=false) | 
| Get single access key. | |
| static | writeKeys ($a_keys, $a_lang_key="0") | 
| Write keys. | |
| Data Fields | |
| const | NEXT = 1 | 
| const | PREVIOUS = 2 | 
| const | DELETE = 3 | 
| const | LAST_VISITED = 4 | 
| const | TREE_ON = 5 | 
| const | TREE_OFF = 6 | 
| const | REPLY = 7 | 
| const | FORWARD_MAIL = 8 | 
| const | MARK_ALL_READ = 9 | 
| const | PERSONAL_DESKTOP = 10 | 
| Static Public Attributes | |
| static | $func_def | 
| Static Private Member Functions | |
| static | getAllKeysEmpty () | 
| Get all function ids with empty keys. | |
| 
 | staticprivate | 
Get all function ids with empty keys.
Definition at line 63 of file class.ilAccessKey.php.
Referenced by getKeys().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Get Component Names.
Definition at line 87 of file class.ilAccessKey.php.
References $lng.
Referenced by ilAccessKeyTableGUI\fillRow().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Get Function Name.
Definition at line 77 of file class.ilAccessKey.php.
References $lng.
Referenced by ilAccessKeyTableGUI\fillRow().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Get single access key.
| string | lang key, "0" means default values | 
Definition at line 135 of file class.ilAccessKey.php.
Referenced by ilAccessKeyGUI\getAttribute(), and ilMainMenuGUI\renderEntry().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Get access keys for language.
| string | lang key, "0" means default values | 
Definition at line 106 of file class.ilAccessKey.php.
References getAllKeysEmpty().
Referenced by ilAccessKeyTableGUI\__construct().
 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:| 
 | static | 
Write keys.
| array | function ids => keys | 
Definition at line 165 of file class.ilAccessKey.php.
Referenced by ilObjAccessibilitySettingsGUI\saveAccessKeys().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 25 of file class.ilAccessKey.php.
| const ilAccessKey::DELETE = 3 | 
Definition at line 16 of file class.ilAccessKey.php.
| const ilAccessKey::FORWARD_MAIL = 8 | 
Definition at line 21 of file class.ilAccessKey.php.
| const ilAccessKey::LAST_VISITED = 4 | 
Definition at line 17 of file class.ilAccessKey.php.
Referenced by ilNavigationHistoryGUI\getHTML(), and ilMainMenuGUI\renderEntry().
| const ilAccessKey::MARK_ALL_READ = 9 | 
Definition at line 22 of file class.ilAccessKey.php.
| const ilAccessKey::NEXT = 1 | 
Definition at line 14 of file class.ilAccessKey.php.
Referenced by ilLMPresentationGUI\ilLMNavigation().
| const ilAccessKey::PERSONAL_DESKTOP = 10 | 
Definition at line 23 of file class.ilAccessKey.php.
Referenced by ilMainMenuGUI\renderEntry().
| const ilAccessKey::PREVIOUS = 2 | 
Definition at line 15 of file class.ilAccessKey.php.
Referenced by ilLMPresentationGUI\ilLMNavigation().
| const ilAccessKey::REPLY = 7 | 
Definition at line 20 of file class.ilAccessKey.php.
| const ilAccessKey::TREE_OFF = 6 | 
Definition at line 19 of file class.ilAccessKey.php.
Referenced by ilTemplate\fillSideIcons().
| const ilAccessKey::TREE_ON = 5 | 
Definition at line 18 of file class.ilAccessKey.php.
Referenced by ilTemplate\fillSideIcons().