37 $this->rbacsystem = $DIC->rbac()->system();
38 $this->lng = $DIC->language();
39 $tree = $DIC->repositoryTree();
40 $ilCtrl = $DIC->ctrl();
42 $this->ctrl = $ilCtrl;
44 $this->gui_obj = $a_gui_obj;
48 $this->root_id = $this->tree->readRootId();
49 $this->order_column =
"title";
57 $this->selectable_types = $a_types;
62 $this->ref_id = $a_ref_id;
68 if (in_array($a_type, $this->selectable_types)) {
69 $this->ctrl->setParameter($this->gui_obj,
'link_ref_id', $a_node_id);
70 if (
$_GET[
"menu_entry"] > 0) {
71 return $this->ctrl->getLinkTarget($this->gui_obj,
'editMenuEntry');
73 return $this->ctrl->getLinkTarget($this->gui_obj,
'addMenuEntry');
85 return in_array($a_type, $this->selectable_types) and $a_ref_id !=
$this->ref_id;
115 $tpl =
new ilTemplate(
"tpl.tree.html",
true,
true,
"Services/UIComponent/Explorer");
117 $tpl->setCurrentBlock(
"text");
118 $tpl->setVariable(
"OBJ_TITLE",
$lng->txt(
"repository"));
119 $tpl->parseCurrentBlock();
120 $this->output[] =
$tpl->get();
Class ilExplorer class for explorer view in admin frame.
__construct(Container $dic, ilPlugin $plugin)
setSessionExpandVariable($a_var_name="expand")
set name of expand session variable
addFilter($a_item)
adds item to the filter public