ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
__construct (\ilDBInterface $db) | |
saveScreenIdsForChapter (int $a_chap, array $a_ids) | |
saveMappingEntry (int $a_chap, string $a_comp, string $a_screen_id, string $a_screen_sub_id, string $a_perm, int $a_module_id=0, string $full_id="") | |
removeScreenIdsOfChapter (int $a_chap, int $a_module_id=0) | |
getScreenIdsOfChapter (int $a_chap, int $a_module_id=0) | |
getChaptersForScreenId (string $a_screen_id, array $module_ids) | |
deleteEntriesOfModule (int $a_id) | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 23 of file MapDBRepository.php.
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map\Map\MapDBRepository::__construct | ( | \ilDBInterface | $db | ) |
Definition at line 27 of file MapDBRepository.php.
References ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map\Map\MapDBRepository\$db.
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map\Map\MapDBRepository::deleteEntriesOfModule | ( | int | $a_id | ) |
Definition at line 159 of file MapDBRepository.php.
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map\Map\MapDBRepository::getChaptersForScreenId | ( | string | $a_screen_id, |
array | $module_ids | ||
) |
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map\Map\MapDBRepository::getScreenIdsOfChapter | ( | int | $a_chap, |
int | $a_module_id = 0 |
||
) |
Definition at line 103 of file MapDBRepository.php.
References $id.
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map\Map\MapDBRepository::removeScreenIdsOfChapter | ( | int | $a_chap, |
int | $a_module_id = 0 |
||
) |
Definition at line 92 of file MapDBRepository.php.
Referenced by ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map\Map\MapDBRepository\saveScreenIdsForChapter().
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map\Map\MapDBRepository::saveMappingEntry | ( | int | $a_chap, |
string | $a_comp, | ||
string | $a_screen_id, | ||
string | $a_screen_sub_id, | ||
string | $a_perm, | ||
int | $a_module_id = 0 , |
||
string | $full_id = "" |
||
) |
Definition at line 69 of file MapDBRepository.php.
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map\Map\MapDBRepository::saveScreenIdsForChapter | ( | int | $a_chap, |
array | $a_ids | ||
) |
Definition at line 33 of file MapDBRepository.php.
References $id, and ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map\Map\MapDBRepository\removeScreenIdsOfChapter().
|
protected |
Definition at line 25 of file MapDBRepository.php.
Referenced by ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map\Map\MapDBRepository\__construct().