60 $this->
tabs->setTabActive(
'settings');
61 $this->
lng->loadLanguageModule(
'tax');
67 $this->component_repository
70 $questionList->setParentObjId($this->poolOBJ->getId());
72 $questionList->load();
74 $tax_gui = $this->taxonomy->gui()->getSettingsGUI(
75 $this->poolOBJ->getId(),
76 $this->
lng->txt(
'qpl_taxonomy_tab_info_message'),
78 )->withAssignedItemSorting(
81 $this->poolOBJ->getId(),
85 $this->
ctrl->forwardCommand($tax_gui);
Readable part of repository interface to ilComponentDataDB.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilObjQuestionPool $poolOBJ
__construct(ilObjQuestionPool $poolOBJ, ilDBInterface $db, Refinery $refinery, ilComponentRepository $component_repository, ilCtrl $ctrl, ilTabsGUI $tabs, ilLanguage $lng, Service $taxonomy)
ilComponentRepository $component_repository