40 $this->
ctrl = $DIC->ctrl();
41 $this->tpl = $DIC[
"tpl"];
42 $this->
tabs = $DIC->tabs();
43 $this->
toolbar = $DIC->toolbar();
44 $this->
lng = $DIC->language();
45 $ilCtrl = $DIC->ctrl();
47 $ilCtrl->saveParameter($this,
"node_id");
63 $next_class = $ilCtrl->getNextClass($this);
64 $cmd = $ilCtrl->getCmd();
66 switch ($next_class) {
82 $enable_skmg = $skmg_set->get(
"enable_skmg");
84 $this->tpl->setOnScreenMessage(
'info', $lng->
txt(
"skmg_skill_management_deactivated"));
87 $this->
getParentGUI()->showTree(
true, $this,
"listTemplates");
88 $ilTabs->activateTab(
"skill_templates");
90 if ($this->tree_access_manager->hasManageCompetenceTemplatesPermission()) {
97 $this->requested_node_id,
113 $enable_skmg = $skmg_set->get(
"enable_skmg");
115 $this->tpl->setOnScreenMessage(
'info', $lng->
txt(
"skmg_skill_management_deactivated"));
118 $this->
getParentGUI()->showTree(
false, $this,
"listSkills");
119 $ilTabs->activateTab(
"skills");
121 if ($this->tree_access_manager->hasManageCompetencesPermission()) {
128 $this->requested_node_id,
139 if ($this->requested_tmpmode) {
140 $ilCtrl->
redirect($this,
"listTemplates");
142 $ilCtrl->redirect($this,
"listSkills");
153 $ilTabs->setBackTarget(
158 $ilTabs->activateTab(
"skills");
171 $fi->setRequired(
true);
194 $conf = $imp->getConfig(
"Services/Skill");
195 $conf->setSkillTreeId($this->skill_tree_id);
196 $imp->importEntity($_FILES[
"import_file"][
"tmp_name"], $_FILES[
"import_file"][
"name"],
"skmg",
"Services/Skill");
198 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
"msg_obj_modified"),
true);
199 $ilCtrl->redirect($this,
"listSkills");
201 $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...
redirect(object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setContent(string $a_html)
Sets content for standard template.
__construct(Tree\SkillTreeNodeManager $node_manager, int $a_node_id=0)
Basic GUI class for skill tree nodes.
getLinkTarget(object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
static addCreationButtons()
__construct(Container $dic, ilPlugin $plugin)