32 $this->lng = $DIC->language();
33 $this->ctrl = $DIC->ctrl();
52 return $this->
getTree()->getNodeData($path[1]);
64 $childs = parent::getChildsOfNode($a_parent_id);
67 $this->parent[$c[
"child"]] = $c[
"parent"];
68 if ($this->draft[$c[
"parent"]]) {
69 $this->draft[$c[
"child"]] =
true;
88 $title = $a_node[
"title"];
91 if ($a_node[
"type"] ==
"skrt") {
92 $title =
$lng->txt(
"skmg_skill_templates");
94 if ($a_node[
"type"] ==
"sktr") {
99 $title =
"<u>" . $title .
"</u>";
115 if ($a_node[
"type"] ==
"skrt") {
118 if (in_array($a_node[
"type"], array(
"skll",
"scat",
"sctr",
"sktr"))) {
123 $this->draft[$a_node[
"child"]]
141 if ($a_node[
"child"] ==
$_GET[
"obj_id"] ||
142 (
$_GET[
"obj_id"] ==
"" && $a_node[
"type"] ==
"skrt")) {
158 switch ($a_node[
"type"]) {
161 $ilCtrl->setParameterByClass(
"ilskillrootgui",
"obj_id", $a_node[
"child"]);
162 $ret = $ilCtrl->getLinkTargetByClass([
"ilAdministrationGUI",
"ilObjSkillManagementGUI",
"ilskillrootgui"],
"listTemplates");
163 $ilCtrl->setParameterByClass(
"ilskillrootgui",
"obj_id",
$_GET[
"obj_id"]);
169 $ilCtrl->setParameterByClass(
"ilbasicskilltemplategui",
"obj_id", $a_node[
"child"]);
170 $ret = $ilCtrl->getLinkTargetByClass([
"ilAdministrationGUI",
"ilObjSkillManagementGUI",
"ilbasicskilltemplategui"],
"edit");
171 $ilCtrl->setParameterByClass(
"ilbasicskilltemplategui",
"obj_id",
$_GET[
"obj_id"]);
177 $ilCtrl->setParameterByClass(
"ilskilltemplatecategorygui",
"obj_id", $a_node[
"child"]);
178 $ret = $ilCtrl->getLinkTargetByClass([
"ilAdministrationGUI",
"ilObjSkillManagementGUI",
"ilskilltemplatecategorygui"],
"listItems");
179 $ilCtrl->setParameterByClass(
"ilskilltemplatecategorygui",
"obj_id",
$_GET[
"obj_id"]);
196 if (
$lng->exists(
"skmg_" . $a_node[
"type"])) {
197 return $lng->txt(
"skmg_" . $a_node[
"type"]);
200 return $lng->txt($a_node[
"type"]);
getRootNode()
Get root node.
static _lookupSelfEvaluation($a_obj_id)
Lookup self evaluation.
static getIconPath($a_obj_id, $a_type, $a_size="", $a_status=0)
Get icon path.
setSkipRootNode($a_val)
Set skip root node.
Explorer class that works on tree objects (Services/Tree)
getNodeIconAlt($a_node)
Get node icon alt attribute.
__construct($a_parent_obj, $a_parent_cmd)
Constructor.
getChildsOfNode($a_parent_id)
Get childs of node.
setTypeWhiteList($a_val)
Set type white list.
isNodeHighlighted($a_node)
Is node highlighted?
getNodeHref($a_node)
Get href for node.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
static _lookupTemplateId($a_obj_id)
Lookup template ID.
static _lookupTitle($a_obj_id, $a_tref_id=0)
Lookup Title.
getNodeContent($a_node)
Get node content.
Explorer class that works on tree objects (Services/Tree)
__construct(Container $dic, ilPlugin $plugin)
setOrderField($a_val, $a_numeric=false)
Set order field.
getNodeIcon($a_node)
Get node content.
static _lookupStatus($a_obj_id)
Lookup Status.