ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (\ilDBInterface $db) | |
getTooltipPresentationText (string $a_tt_id, array $module_ids) | |
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) | |
Get all tooltip components. More... | |
deleteTooltip (int $a_id) | |
deleteTooltipsOfModule (int $a_id) | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 23 of file TooltipsDBRepository.php.
ILIAS\Help\Tooltips\TooltipsDBRepository::__construct | ( | \ilDBInterface | $db | ) |
Definition at line 27 of file TooltipsDBRepository.php.
References ILIAS\Help\Tooltips\TooltipsDBRepository\$db.
ILIAS\Help\Tooltips\TooltipsDBRepository::addTooltip | ( | string | $a_tt_id, |
string | $a_text, | ||
int | $a_module_id = 0 |
||
) |
Definition at line 95 of file TooltipsDBRepository.php.
ILIAS\Help\Tooltips\TooltipsDBRepository::deleteTooltip | ( | int | $a_id | ) |
Definition at line 148 of file TooltipsDBRepository.php.
ILIAS\Help\Tooltips\TooltipsDBRepository::deleteTooltipsOfModule | ( | int | $a_id | ) |
Definition at line 157 of file TooltipsDBRepository.php.
ILIAS\Help\Tooltips\TooltipsDBRepository::getAllTooltips | ( | string | $a_comp = "" , |
int | $a_module_id = 0 |
||
) |
Definition at line 77 of file TooltipsDBRepository.php.
References $q.
ILIAS\Help\Tooltips\TooltipsDBRepository::getTooltipComponents | ( | int | $a_module_id = 0 | ) |
Get all tooltip components.
Definition at line 135 of file TooltipsDBRepository.php.
ILIAS\Help\Tooltips\TooltipsDBRepository::getTooltipPresentationText | ( | string | $a_tt_id, |
array | $module_ids | ||
) |
Definition at line 33 of file TooltipsDBRepository.php.
ILIAS\Help\Tooltips\TooltipsDBRepository::updateTooltip | ( | int | $a_id, |
string | $a_text, | ||
string | $a_tt_id | ||
) |
Definition at line 114 of file TooltipsDBRepository.php.
|
protected |
Definition at line 25 of file TooltipsDBRepository.php.
Referenced by ILIAS\Help\Tooltips\TooltipsDBRepository\__construct().