33 include_once(
"./classes/class.ilExplorer.php");
63 $this->target_class = $a_target_class;
66 $this->root_id = $this->tree->readRootId();
67 $this->order_column =
"title";
84 $this->selectable_type = $a_type;
88 $this->ref_id = $a_ref_id;
94 if($a_type == $this->selectable_type)
96 $this->ctrl->setParameterByClass($this->target_class,
'source_id',$a_node_id);
97 return $this->ctrl->getLinkTargetByClass($this->target_class,
'linkChilds');
101 $this->ctrl->setParameterByClass($this->target_class,
"ref_id",$this->ref_id);
102 return $this->ctrl->getLinkTargetByClass($this->target_class,
'addSolutionHint');
114 return $a_type == $this->selectable_type and $a_ref_id !=
$this->ref_id;
126 if ($rbacsystem->checkAccess(
"read", $a_ref_id))
148 include_once
"./classes/class.ilTemplate.php";
151 $tpl->setCurrentBlock(
"text");
152 $tpl->setVariable(
"OBJ_TITLE", $lng->txt(
"repository"));
153 $tpl->parseCurrentBlock();
158 $this->output[] =
$tpl->get();
166 $this->force_open_path = $a_path;
174 if (in_array($a_obj_id, $this->force_open_path))