|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map\Map\MapDBRepository: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 170 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 114 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 103 of file MapDBRepository.php.
Referenced by ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map\Map\MapDBRepository\saveScreenIdsForChapter().
Here is the caller graph for this function:| 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 80 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().
Here is the call graph for this function:
|
protected |
Definition at line 25 of file MapDBRepository.php.
Referenced by ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map\Map\MapDBRepository\__construct().