13 include_once(
"./Services/UIComponent/Explorer/classes/class.ilExplorer.php");
32 $this->force_open_path = array();
33 if (
$_GET[
"ref_id"] > 0)
35 $this->force_open_path = $tree->getPathId(
$_GET[
"ref_id"]);
48 $this->content_gui = $a_val;
63 $this->selectable_types = $a_types;
68 return $this->selectable_types;
73 $this->ref_id = $a_ref_id;
96 $ilAccess->checkAccess(
"write",
"", $a_ref_id))
115 if ($ilAccess->checkAccess(
"read",
"", $a_ref_id))
137 $tpl->setCurrentBlock(
"icon");
139 $tpl->setVariable(
"TXT_ALT_IMG", $lng->txt(
"repository"));
140 $tpl->parseCurrentBlock();
142 $tpl->setCurrentBlock(
"text");
143 $tpl->setVariable(
"OBJ_TITLE", $lng->txt(
"repository"));
144 $tpl->parseCurrentBlock();
149 $tpl->touchBlock(
"element");
158 if (in_array($a_obj_id, $this->force_open_path))