90 $this->tabs->setTabActive(
'settings');
91 $this->lng->loadLanguageModule(
'tax');
93 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionList.php';
94 $questionList =
new ilAssQuestionList($this->db, $this->lng, $this->refinery, $this->pluginAdmin);
96 $questionList->setParentObjId($this->poolOBJ->getId());
98 $questionList->load();
100 require_once
'Services/Taxonomy/classes/class.ilObjTaxonomyGUI.php';
103 $taxGUI->setAssignedObject($this->poolOBJ->getId());
104 $taxGUI->setMultiple(
true);
106 $taxGUI->activateAssignedItemSorting($questionList,
'qpl', $this->poolOBJ->getId(),
'quest');
108 $this->ctrl->forwardCommand($taxGUI);
An exception for terminatinating execution or to throw for unit testing.
This class provides processing control methods.
__construct(ilObjQuestionPool $poolOBJ, ilDBInterface $db, ILIAS\Refinery\Factory $refinery, ilPluginAdmin $pluginAdmin, ilCtrl $ctrl, ilTabsGUI $tabs, ilLanguage $lng)
Constructor.
Administration class for plugins.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ChatMainBarProvider \MainMenu\Provider.