| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Online help application class. More...
 Collaboration diagram for ilHelp:
 Collaboration diagram for ilHelp:| Static Public Member Functions | |
| static | getTooltipPresentationText ($a_tt_id) | 
| Get tooltip for id. | |
| static | getObjCreationTooltipText ($a_type) | 
| Get object_creation tooltip tab text. | |
| static | getMainMenuTooltip ($a_item_id) | 
| Get main menu tooltip. | |
| static | getAllTooltips ($a_comp="", $a_module_id=0) | 
| Get all tooltips. | |
| static | addTooltip ($a_tt_id, $a_text, $a_module_id=0) | 
| Add tooltip. | |
| static | updateTooltip ($a_id, $a_text, $a_tt_id) | 
| Update tooltip. | |
| static | getTooltipComponents ($a_module_id=0) | 
| Get all tooltip components. | |
| static | deleteTooltip ($a_id) | 
| Delete tooltip. | |
| static | deleteTooltipsOfModule ($a_id) | 
| Delete tooltips of module. | |
Online help application class.
Definition at line 11 of file class.ilHelp.php.
| 
 | static | 
Add tooltip.
| @return | 
Definition at line 142 of file class.ilHelp.php.
Referenced by ilHelpDataSet\importRecord().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Delete tooltip.
| @return | 
Definition at line 209 of file class.ilHelp.php.
Referenced by ilObjContentObjectGUI\deleteTooltips().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Delete tooltips of module.
| @return | 
Definition at line 224 of file class.ilHelp.php.
Referenced by ilObjHelpSettings\deleteModule().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Get all tooltips.
| @return | 
Definition at line 116 of file class.ilHelp.php.
Referenced by ilHelpTooltipTableGUI\__construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Get main menu tooltip.
| string | $a_mm_id | 
Definition at line 104 of file class.ilHelp.php.
References getTooltipPresentationText().
Referenced by ilAdministrationGUI\getDropDown(), and ilMainMenuGUI\renderEntry().
 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 | 
Get object_creation tooltip tab text.
| string | $a_tab_id | tab id | 
Definition at line 93 of file class.ilHelp.php.
References getTooltipPresentationText().
Referenced by ilObjectAddNewItemGUI\getHTML().
 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 | 
Get all tooltip components.
| @return | 
Definition at line 188 of file class.ilHelp.php.
References $lng.
Referenced by ilObjContentObjectGUI\showTooltipList().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Get tooltip for id.
| @return | 
Definition at line 19 of file class.ilHelp.php.
References $ilSetting, $ilUser, and $t.
Referenced by getMainMenuTooltip(), getObjCreationTooltipText(), and ilHelpGUI\getTabTooltipText().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Update tooltip.
| @return | 
Definition at line 166 of file class.ilHelp.php.
Referenced by ilObjContentObjectGUI\saveTooltips().
 Here is the caller graph for this function:
 Here is the caller graph for this function: