|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\Help\Tooltips\TooltipsManager:Public Member Functions | |
| __construct (InternalRepoService $repo, InternalDomainService $domain) | |
| getTooltipPresentationText (string $a_tt_id) | |
| getObjCreationTooltipText (string $a_type) | |
| Get object_creation tooltip tab text. More... | |
| getMainMenuTooltip (string $a_item_id) | |
| getAllTooltips (string $a_comp="", int $a_module_id=0) | |
| addTooltip (string $a_tt_id, string $a_text, int $a_module_id=0) | |
| updateTooltip (int $a_id, string $a_text, string $a_tt_id) | |
| getTooltipComponents (int $a_module_id=0) | |
| deleteTooltip (int $a_id) | |
| deleteTooltipsOfModule (int $module_id) | |
Protected Attributes | |
| ilLanguage | $lng |
| ilObjUser | $user |
| ilSetting | $settings |
| InternalDomainService | $domain |
| TooltipsDBRepository | $repo |
Definition at line 26 of file TooltipsManager.php.
| ILIAS\Help\Tooltips\TooltipsManager::__construct | ( | InternalRepoService | $repo, |
| InternalDomainService | $domain | ||
| ) |
Definition at line 34 of file TooltipsManager.php.
References ILIAS\Help\Tooltips\TooltipsManager\$domain, ILIAS\Repository\lng(), ILIAS\Repository\settings(), ILIAS\Help\InternalRepoService\tooltips(), and ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\Help\Tooltips\TooltipsManager::addTooltip | ( | string | $a_tt_id, |
| string | $a_text, | ||
| int | $a_module_id = 0 |
||
| ) |
Definition at line 97 of file TooltipsManager.php.
| ILIAS\Help\Tooltips\TooltipsManager::deleteTooltip | ( | int | $a_id | ) |
Definition at line 124 of file TooltipsManager.php.
| ILIAS\Help\Tooltips\TooltipsManager::deleteTooltipsOfModule | ( | int | $module_id | ) |
Definition at line 130 of file TooltipsManager.php.
| ILIAS\Help\Tooltips\TooltipsManager::getAllTooltips | ( | string | $a_comp = "", |
| int | $a_module_id = 0 |
||
| ) |
Definition at line 90 of file TooltipsManager.php.
| ILIAS\Help\Tooltips\TooltipsManager::getMainMenuTooltip | ( | string | $a_item_id | ) |
Definition at line 84 of file TooltipsManager.php.
References ILIAS\Help\Tooltips\TooltipsManager\getTooltipPresentationText().
Here is the call graph for this function:| ILIAS\Help\Tooltips\TooltipsManager::getObjCreationTooltipText | ( | string | $a_type | ) |
Get object_creation tooltip tab text.
Definition at line 75 of file TooltipsManager.php.
References ILIAS\Help\Tooltips\TooltipsManager\getTooltipPresentationText().
Here is the call graph for this function:| ILIAS\Help\Tooltips\TooltipsManager::getTooltipComponents | ( | int | $a_module_id = 0 | ) |
Definition at line 114 of file TooltipsManager.php.
References $c, and ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Help\Tooltips\TooltipsManager::getTooltipPresentationText | ( | string | $a_tt_id | ) |
Definition at line 45 of file TooltipsManager.php.
References ILIAS\Repository\settings(), and ILIAS\Repository\user().
Referenced by ILIAS\Help\Tooltips\TooltipsManager\getMainMenuTooltip(), and ILIAS\Help\Tooltips\TooltipsManager\getObjCreationTooltipText().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Help\Tooltips\TooltipsManager::updateTooltip | ( | int | $a_id, |
| string | $a_text, | ||
| string | $a_tt_id | ||
| ) |
Definition at line 105 of file TooltipsManager.php.
|
protected |
Definition at line 31 of file TooltipsManager.php.
Referenced by ILIAS\Help\Tooltips\TooltipsManager\__construct().
|
protected |
Definition at line 28 of file TooltipsManager.php.
|
protected |
Definition at line 32 of file TooltipsManager.php.
|
protected |
Definition at line 30 of file TooltipsManager.php.
|
protected |
Definition at line 29 of file TooltipsManager.php.