39 $this->
ctrl = $DIC->ctrl();
40 $this->tpl = $DIC[
"tpl"];
41 $this->
tabs = $DIC->tabs();
42 $this->
lng = $DIC->language();
43 $ilCtrl = $DIC->ctrl();
45 $ilCtrl->saveParameter($this,
"node_id");
63 $next_class = $ilCtrl->getNextClass($this);
64 $cmd = $ilCtrl->getCmd();
66 switch ($next_class) {
82 $lng->
txt(
"skmg_skill_template") .
": " . $this->node_object->getTitle()
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...
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
setTitleIcon(string $a_icon_path, string $a_icon_desc="")
set title icon
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Skill template GUI class.
Basic GUI class for skill tree nodes.
ilGlobalTemplateInterface $tpl
setTitle(string $a_title, bool $hidden=false)
Sets title in standard template.
__construct(Tree\SkillTreeNodeManager $node_manager, int $a_node_id=0)
__construct(Container $dic, ilPlugin $plugin)