ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Help mapping. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
Static Public Member Functions | |
static | saveScreenIdsForChapter ($a_chap, $a_ids) |
Save screen ids for chapter. More... | |
static | saveMappingEntry ( $a_chap, $a_comp, $a_screen_id, $a_screen_sub_id, $a_perm, $a_module_id=0) |
Save mapping entry. More... | |
static | removeScreenIdsOfChapter ($a_chap, $a_module_id=0) |
Remove screen ids of chapter. More... | |
static | getScreenIdsOfChapter ($a_chap, $a_module_id=0) |
Get screen ids of chapter. More... | |
static | getHelpSectionsForId ($a_screen_id, $a_ref_id) |
Get help sections for screen id. More... | |
static | hasScreenIdSections ($a_screen_id) |
Has given screen Id any sections? More... | |
static | deleteEntriesOfModule ($a_id) |
Delete entries of module. More... | |
Protected Attributes | |
$db | |
ilHelpMapping::__construct | ( | ) |
|
static |
Delete entries of module.
return
Definition at line 318 of file class.ilHelpMapping.php.
Referenced by ilObjHelpSettings\deleteModule().
|
static |
Get help sections for screen id.
return
Definition at line 166 of file class.ilHelpMapping.php.
References $DIC, $ilDB, $ilSetting, $ilUser, $module, and ilObject\_lookupObjId().
Referenced by ilHelpGUI\getHelpSections(), and ilHelpGUI\showHelp().
|
static |
Get screen ids of chapter.
return
Definition at line 131 of file class.ilHelpMapping.php.
References $DIC, $id, and $ilDB.
Referenced by ilHelpMappingTableGUI\fillRow().
|
static |
Has given screen Id any sections?
Note: We removed the "ref_id" parameter here, since this method should be fast. It is used to decide whether the help button should appear or not. We assume that there is at least one section for users with the "read" permission.
return
Definition at line 249 of file class.ilHelpMapping.php.
References $DIC, $ilDB, $ilSetting, $ilUser, and $module.
Referenced by ilHelpGUI\hasSections().
|
static |
Remove screen ids of chapter.
return
Definition at line 112 of file class.ilHelpMapping.php.
Referenced by ilStructureObject\delete(), and saveScreenIdsForChapter().
|
static |
Save mapping entry.
return
Definition at line 80 of file class.ilHelpMapping.php.
Referenced by ilHelpDataSet\importRecord().
|
static |
Save screen ids for chapter.
return
Definition at line 36 of file class.ilHelpMapping.php.
References $DIC, $id, $ilDB, and removeScreenIdsOfChapter().
Referenced by ilObjContentObjectGUI\saveHelpMapping().
|
protected |
Definition at line 17 of file class.ilHelpMapping.php.