|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Help\Tooltips\TooltipsManager:Public Member Functions | |
| __construct (InternalRepoService $repo, InternalDomainService $domain) | |
| isTooltipIdentifierVisible () | |
| 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 | |
| ILIAS Help GuidedTour Admin AdminManager | $gd_admin |
| 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 35 of file TooltipsManager.php.
References ILIAS\Help\Tooltips\TooltipsManager\$domain, ILIAS\Help\Tooltips\TooltipsManager\$repo, ILIAS\Help\InternalDomainService\guidedTour(), ILIAS\Repository\lng(), ILIAS\Repository\settings(), 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 117 of file TooltipsManager.php.
| ILIAS\Help\Tooltips\TooltipsManager::deleteTooltip | ( | int | $a_id | ) |
Definition at line 144 of file TooltipsManager.php.
| ILIAS\Help\Tooltips\TooltipsManager::deleteTooltipsOfModule | ( | int | $module_id | ) |
Definition at line 150 of file TooltipsManager.php.
| ILIAS\Help\Tooltips\TooltipsManager::getAllTooltips | ( | string | $a_comp = "", |
| int | $a_module_id = 0 |
||
| ) |
Definition at line 110 of file TooltipsManager.php.
| ILIAS\Help\Tooltips\TooltipsManager::getMainMenuTooltip | ( | string | $a_item_id | ) |
Definition at line 104 of file TooltipsManager.php.
| ILIAS\Help\Tooltips\TooltipsManager::getObjCreationTooltipText | ( | string | $a_type | ) |
Get object_creation tooltip tab text.
Definition at line 95 of file TooltipsManager.php.
| ILIAS\Help\Tooltips\TooltipsManager::getTooltipComponents | ( | int | $a_module_id = 0 | ) |
Definition at line 134 of file TooltipsManager.php.
References $c.
| ILIAS\Help\Tooltips\TooltipsManager::getTooltipPresentationText | ( | string | $a_tt_id | ) |
Definition at line 52 of file TooltipsManager.php.
| ILIAS\Help\Tooltips\TooltipsManager::isTooltipIdentifierVisible | ( | ) |
Definition at line 47 of file TooltipsManager.php.
| ILIAS\Help\Tooltips\TooltipsManager::updateTooltip | ( | int | $a_id, |
| string | $a_text, | ||
| string | $a_tt_id | ||
| ) |
Definition at line 125 of file TooltipsManager.php.
|
protected |
Definition at line 32 of file TooltipsManager.php.
Referenced by ILIAS\Help\Tooltips\TooltipsManager\__construct().
Definition at line 28 of file TooltipsManager.php.
|
protected |
Definition at line 29 of file TooltipsManager.php.
|
protected |
Definition at line 33 of file TooltipsManager.php.
Referenced by ILIAS\Help\Tooltips\TooltipsManager\__construct().
|
protected |
Definition at line 31 of file TooltipsManager.php.
|
protected |
Definition at line 30 of file TooltipsManager.php.