19 declare(strict_types=1);
40 $this->
ctrl = $DIC->ctrl();
41 $this->
lng = $DIC->language();
42 $this->tabs_gui = $DIC->tabs();
46 $this->parent_obj_gui->getRefId(),
50 $this->
lng->loadLanguageModule(
"meta");
55 $next_class = $this->
ctrl->getNextClass($this);
56 $cmd = $this->
ctrl->getCmd();
61 !$this->access_service->hasCurrentUserVisibleAccess() ||
62 !$this->access_service->hasCurrentUserReadAccess()
67 switch ($next_class) {
68 case strtolower(ilMDCopyrightConfigurationGUI::class):
69 $this->tabs_gui->activateSubTab(self::COPYRIGHT_CONFIG_TAB);
71 $this->
ctrl->forwardCommand($gui);
74 case strtolower(ilMDOERSettingsGUI::class):
75 $this->tabs_gui->activateSubTab(self::OER_SETTINGS_TAB);
77 $this->
ctrl->forwardCommand($gui);
80 case strtolower(ilMDVocabulariesGUI::class):
81 $this->tabs_gui->activateSubTab(self::VOCABULARIES_TAB);
83 $this->
ctrl->forwardCommand($gui);
87 $this->tabs_gui->activateSubTab(self::OER_SETTINGS_TAB);
88 $this->
ctrl->redirectByClass(
89 ilMDOERSettingsGUI::class,
99 !$this->access_service->hasCurrentUserVisibleAccess() ||
100 !$this->access_service->hasCurrentUserReadAccess()
105 $this->tabs_gui->addSubTab(
106 self::OER_SETTINGS_TAB,
107 $this->
lng->txt(
'md_settings'),
108 $this->
ctrl->getLinkTargetByClass(
109 ilMDOERSettingsGUI::class,
114 $this->tabs_gui->addSubTab(
115 self::COPYRIGHT_CONFIG_TAB,
116 $this->
lng->txt(
'md_copyright_selection'),
117 $this->
ctrl->getLinkTargetByClass(
118 ilMDCopyrightConfigurationGUI::class,
119 'showCopyrightSelection' 123 $this->tabs_gui->addSubTab(
124 self::VOCABULARIES_TAB,
125 $this->
lng->txt(
'md_vocabularies_config'),
126 $this->
ctrl->getLinkTargetByClass(
127 ilMDVocabulariesGUI::class,
ilMDVocabulariesGUI: ilMDVocabularyUploadHandlerGUI
const string OER_SETTINGS_TAB
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilObjMDSettingsGUI $parent_obj_gui)
ilMDSettingsAccessService $access_service
ilObjMDSettingsGUI $parent_obj_gui
const string COPYRIGHT_CONFIG_TAB
ilMDSettingsControllerGUI: ilMDCopyrightConfigurationGUI, ilMDOERSettingsGUI, ilMDVocabulariesGUI ...
const string VOCABULARIES_TAB
ilMDCopyrightConfigurationGUI: ilMDCopyrightUsageGUI, ilMDCopyrightImageUploadHandlerGUI ...