19 declare(strict_types=1);
45 public function __construct($a_parent_obj,
string $a_parent_cmd,
int $tree_id)
49 $this->
lng = $DIC->language();
50 $this->
ctrl = $DIC->ctrl();
51 $this->admin_gui_request = $DIC->skills()->internal()->gui()->admin_request();
52 $tree = $DIC->skills()->internal()->factory()->tree()->getTreeById($tree_id);
55 $this->requested_skill_node_id = $this->admin_gui_request->getNodeId();
66 $path = $this->
getTree()->getPathId($this->requested_skill_node_id);
75 $childs = parent::getChildsOfNode($a_parent_node_id);
78 $this->parent[$c[
"child"]] = $c[
"parent"];
79 if ($this->draft[$c[
"parent"]]) {
80 $this->draft[$c[
"child"]] =
true;
96 $title = $a_node[
"title"];
99 if ($a_node[
"type"] ==
"skrt") {
100 $title =
$lng->
txt(
"skmg_skill_templates");
102 if ($a_node[
"type"] ==
"sktr") {
107 $title =
"<u>" . $title .
"</u>";
120 if ($a_node[
"type"] ==
"skrt") {
122 } elseif (in_array($a_node[
"type"], array(
"skll",
"scat",
"sctr",
"sktr"))) {
127 (
int) $this->draft[$a_node[
"child"]]
141 if ($a_node[
"child"] == $this->requested_skill_node_id ||
142 ($this->requested_skill_node_id ==
"" && $a_node[
"type"] ==
"skrt")) {
155 switch ($a_node[
"type"]) {
159 $ret = $ilCtrl->getLinkTargetByClass([
"ilAdministrationGUI",
160 "ilObjSkillManagementGUI",
161 "ilSkillTreeAdminGUI",
165 $ilCtrl->setParameterByClass(
"ilskillrootgui",
"node_id", $this->requested_skill_node_id);
170 $ilCtrl->setParameterByClass(
"ilbasicskilltemplategui",
"node_id", $a_node[
"child"]);
171 $ret = $ilCtrl->getLinkTargetByClass([
"ilAdministrationGUI",
172 "ilObjSkillManagementGUI",
173 "ilSkillTreeAdminGUI",
175 "ilbasicskilltemplategui" 177 $ilCtrl->setParameterByClass(
"ilbasicskilltemplategui",
"node_id", $this->requested_skill_node_id);
182 $ilCtrl->setParameterByClass(
"ilskilltemplatecategorygui",
"node_id", $a_node[
"child"]);
183 $ret = $ilCtrl->getLinkTargetByClass([
"ilAdministrationGUI",
184 "ilObjSkillManagementGUI",
185 "ilSkillTreeAdminGUI",
187 "ilskilltemplatecategorygui" 189 $ilCtrl->setParameterByClass(
"ilskilltemplatecategorygui",
"node_id", $this->requested_skill_node_id);
204 if (
$lng->
exists(
"skmg_" . $a_node[
"type"])) {
205 return $lng->
txt(
"skmg_" . $a_node[
"type"]);
208 return $lng->
txt($a_node[
"type"]);
static _lookupTemplateId(int $a_obj_id)
exists(string $a_topic)
Check if language entry exists.
setSkipRootNode(bool $a_val)
static _lookupStatus(int $a_obj_id)
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...
int $requested_skill_node_id
Request wrapper for guis in skill administration.
setTypeWhiteList(array $a_val)
Set type white list.
static _lookupTitle(int $a_obj_id, int $a_tref_id=0)
Explorer class that works on tree objects (Services/Tree)
setParameterByClass(string $a_class, string $a_parameter, $a_value)
SkillAdminGUIRequest $admin_gui_request
isNodeHighlighted($a_node)
getChildsOfNode($a_parent_node_id)
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
static getIconPath(int $a_obj_id, string $a_type, string $a_size="", int $a_status=0)
__construct($a_parent_obj, string $a_parent_cmd, int $tree_id)
Explorer class that works on tree objects (Services/Tree)
__construct(Container $dic, ilPlugin $plugin)
setOrderField(string $a_val, bool $a_numeric=false)
static _lookupSelfEvaluation(int $a_obj_id)