|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Help mapping. More...
Collaboration diagram for ilHelpMapping:Public Member Functions | |
| saveScreenIdsForChapter ($a_chap, $a_ids) | |
| Save screen ids for chapter. More... | |
| removeScreenIdsOfChapter ($a_chap, $a_module_id=0) | |
| Remove screen ids of chapter. More... | |
| getScreenIdsOfChapter ($a_chap, $a_module_id=0) | |
| Get screen ids of chapter. More... | |
| hasScreenIdSections ($a_screen_id) | |
| Has given screen Id any sections? More... | |
Static Public Member Functions | |
| static | saveMappingEntry ($a_chap, $a_comp, $a_screen_id, $a_screen_sub_id, $a_perm, $a_module_id=0) |
| Save mapping entry. More... | |
| static | getHelpSectionsForId ($a_screen_id, $a_ref_id) |
| Get help sections for screen id. More... | |
| static | deleteEntriesOfModule ($a_id) |
| Delete entries of module. More... | |
|
static |
Delete entries of module.
return
Definition at line 313 of file class.ilHelpMapping.php.
References $ilDB.
Referenced by ilObjHelpSettings\deleteModule().
Here is the caller graph for this function:
|
static |
Get help sections for screen id.
return
Definition at line 143 of file class.ilHelpMapping.php.
References $ilDB, $ilSetting, $ilUser, and ilObject\_lookupObjId().
Referenced by ilHelpGUI\getHelpSections(), and ilHelpGUI\showHelp().
Here is the call graph for this function:
Here is the caller graph for this function:| ilHelpMapping::getScreenIdsOfChapter | ( | $a_chap, | |
$a_module_id = 0 |
|||
| ) |
Get screen ids of chapter.
return
Definition at line 107 of file class.ilHelpMapping.php.
References $ilDB.
Referenced by ilHelpMappingTableGUI\fillRow().
Here is the caller graph for this function:| ilHelpMapping::hasScreenIdSections | ( | $a_screen_id | ) |
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 240 of file class.ilHelpMapping.php.
References $ilDB, $ilSetting, and $ilUser.
Referenced by ilHelpGUI\hasSections().
Here is the caller graph for this function:| ilHelpMapping::removeScreenIdsOfChapter | ( | $a_chap, | |
$a_module_id = 0 |
|||
| ) |
Remove screen ids of chapter.
return
Definition at line 91 of file class.ilHelpMapping.php.
References $ilDB.
Referenced by ilStructureObject\delete(), and saveScreenIdsForChapter().
Here is the caller graph for this function:
|
static |
Save mapping entry.
return
Definition at line 67 of file class.ilHelpMapping.php.
References $ilDB.
Referenced by ilHelpDataSet\importRecord().
Here is the caller graph for this function:| ilHelpMapping::saveScreenIdsForChapter | ( | $a_chap, | |
| $a_ids | |||
| ) |
Save screen ids for chapter.
return
Definition at line 20 of file class.ilHelpMapping.php.
References $ilDB, and removeScreenIdsOfChapter().
Referenced by ilObjContentObjectGUI\saveHelpMapping().
Here is the call graph for this function:
Here is the caller graph for this function: