19 declare(strict_types=1);
41 $this->
ctrl = $DIC->ctrl();
42 $this->tpl = $DIC[
"tpl"];
43 $this->
tabs = $DIC->tabs();
44 $this->
toolbar = $DIC->toolbar();
45 $this->
lng = $DIC->language();
46 $ilCtrl = $DIC->ctrl();
48 $ilCtrl->saveParameter($this,
"node_id");
64 $next_class = $ilCtrl->getNextClass($this);
65 $cmd = $ilCtrl->getCmd();
67 switch ($next_class) {
83 $enable_skmg = $skmg_set->get(
"enable_skmg");
85 $this->tpl->setOnScreenMessage(
'info', $lng->
txt(
"skmg_skill_management_deactivated"));
88 $this->
getParentGUI()->showTree(
true, $this,
"listTemplates");
89 $ilTabs->activateTab(
"skill_templates");
91 if ($this->tree_access_manager->hasManageCompetenceTemplatesPermission()) {
98 $this->requested_node_id,
114 $enable_skmg = $skmg_set->get(
"enable_skmg");
116 $this->tpl->setOnScreenMessage(
'info', $lng->
txt(
"skmg_skill_management_deactivated"));
119 $this->
getParentGUI()->showTree(
false, $this,
"listSkills");
120 $ilTabs->activateTab(
"skills");
122 if ($this->tree_access_manager->hasManageCompetencesPermission()) {
129 $this->requested_node_id,
140 if ($this->requested_tmpmode) {
141 $ilCtrl->
redirect($this,
"listTemplates");
143 $ilCtrl->redirect($this,
"listSkills");
154 $ilTabs->setBackTarget(
159 $ilTabs->activateTab(
"skills");
172 $fi->setRequired(
true);
195 $conf = $imp->getConfig(
"components/ILIAS/Skill");
196 $conf->setSkillTreeId($this->skill_tree_id);
197 $imp->importEntity($_FILES[
"import_file"][
"tmp_name"], $_FILES[
"import_file"][
"name"],
"skmg",
"components/ILIAS/Skill");
199 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
"msg_obj_modified"),
true);
200 $ilCtrl->redirect($this,
"listSkills");
202 $ilTabs->activateTab(
"skills");
ilGlobalTemplateInterface $tpl
static addCreationButtons()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
getLinkTarget(object $a_gui_obj, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
setContent(string $a_html)
Sets content for standard template.
Basic GUI class for skill tree nodes.
redirect(object $a_gui_obj, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
static addCreationButtons()
__construct(Container $dic, ilPlugin $plugin)
__construct(Node\SkillTreeNodeManager $node_manager, int $a_node_id=0)