|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Help\Module\ModuleDBRepository:Public Member Functions | |
| __construct (\ilDBInterface $db) | |
| create () | |
| writeHelpModuleLmId (int $a_id, int $a_lm_id) | |
| saveOrder (array $order) | |
| getHelpModules () | |
| lookupModuleTitle (int $a_id) | |
| lookupModuleLmId (int $a_id) | |
| deleteModule (int $id) | |
| isHelpLM (int $a_lm_id) | |
| Check if LM is a help LM. More... | |
| writeActive (int $module_id, bool $active) | |
Protected Attributes | |
| ilDBInterface | $db |
Definition at line 23 of file ModuleDBRepository.php.
| ILIAS\Help\Module\ModuleDBRepository::__construct | ( | \ilDBInterface | $db | ) |
Definition at line 27 of file ModuleDBRepository.php.
References ILIAS\Help\Module\ModuleDBRepository\$db.
| ILIAS\Help\Module\ModuleDBRepository::create | ( | ) |
Definition at line 33 of file ModuleDBRepository.php.
References $id.
| ILIAS\Help\Module\ModuleDBRepository::deleteModule | ( | int | $id | ) |
Definition at line 114 of file ModuleDBRepository.php.
| ILIAS\Help\Module\ModuleDBRepository::getHelpModules | ( | ) |
Definition at line 71 of file ModuleDBRepository.php.
References ilObject\_lookupCreationDate(), ilObject\_lookupTitle(), and ilObject\_lookupType().
Here is the call graph for this function:| ILIAS\Help\Module\ModuleDBRepository::isHelpLM | ( | int | $a_lm_id | ) |
Check if LM is a help LM.
Definition at line 124 of file ModuleDBRepository.php.
| ILIAS\Help\Module\ModuleDBRepository::lookupModuleLmId | ( | int | $a_id | ) |
Definition at line 103 of file ModuleDBRepository.php.
| ILIAS\Help\Module\ModuleDBRepository::lookupModuleTitle | ( | int | $a_id | ) |
Definition at line 88 of file ModuleDBRepository.php.
| ILIAS\Help\Module\ModuleDBRepository::saveOrder | ( | array | $order | ) |
Definition at line 56 of file ModuleDBRepository.php.
References $id.
| ILIAS\Help\Module\ModuleDBRepository::writeActive | ( | int | $module_id, |
| bool | $active | ||
| ) |
Definition at line 137 of file ModuleDBRepository.php.
| ILIAS\Help\Module\ModuleDBRepository::writeHelpModuleLmId | ( | int | $a_id, |
| int | $a_lm_id | ||
| ) |
Definition at line 45 of file ModuleDBRepository.php.
|
protected |
Definition at line 25 of file ModuleDBRepository.php.
Referenced by ILIAS\Help\Module\ModuleDBRepository\__construct().