|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\TestQuestionPool\Skills\ilAssQuestionSkillUsagesGUI:Public Member Functions | |
| __construct (private readonly UIFactory $ui_factory, private readonly UIRenderer $ui_renderer, private readonly GlobalHttpState $http_state, private readonly \ilLanguage $lng, private readonly \ilGlobalTemplateInterface $tpl, private readonly \ilDBInterface $db, private readonly int $parent_obj_id) | |
| executeCommand () | |
| showCmd () | |
Data Fields | |
| const string | CMD_SHOW = 'show' |
Private Member Functions | |
| getTable () | |
Definition at line 27 of file class.ilAssQuestionSkillUsagesGUI.php.
| ILIAS\TestQuestionPool\Skills\ilAssQuestionSkillUsagesGUI::__construct | ( | private readonly UIFactory | $ui_factory, |
| private readonly UIRenderer | $ui_renderer, | ||
| private readonly GlobalHttpState | $http_state, | ||
| private readonly \ilLanguage | $lng, | ||
| private readonly \ilGlobalTemplateInterface | $tpl, | ||
| private readonly \ilDBInterface | $db, | ||
| private readonly int | $parent_obj_id | ||
| ) |
Definition at line 31 of file class.ilAssQuestionSkillUsagesGUI.php.
| ILIAS\TestQuestionPool\Skills\ilAssQuestionSkillUsagesGUI::executeCommand | ( | ) |
Definition at line 42 of file class.ilAssQuestionSkillUsagesGUI.php.
References ILIAS\TestQuestionPool\Skills\ilAssQuestionSkillUsagesGUI\showCmd().
Here is the call graph for this function:
|
private |
Definition at line 53 of file class.ilAssQuestionSkillUsagesGUI.php.
References ILIAS\Repository\lng().
Referenced by ILIAS\TestQuestionPool\Skills\ilAssQuestionSkillUsagesGUI\showCmd().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\TestQuestionPool\Skills\ilAssQuestionSkillUsagesGUI::showCmd | ( | ) |
Definition at line 47 of file class.ilAssQuestionSkillUsagesGUI.php.
References ILIAS\TestQuestionPool\Skills\ilAssQuestionSkillUsagesGUI\getTable().
Referenced by ILIAS\TestQuestionPool\Skills\ilAssQuestionSkillUsagesGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| const string ILIAS\TestQuestionPool\Skills\ilAssQuestionSkillUsagesGUI::CMD_SHOW = 'show' |
Definition at line 29 of file class.ilAssQuestionSkillUsagesGUI.php.