13 require_once(
"classes/class.ilExplorer.php");
43 $this->root_id = $this->tree->readRootId();
44 $this->order_column =
"title";
49 #$this->addFilter("root");
50 #$this->addFilter("cat");
52 #$this->setFilterMode(IL_FM_NEGATIVE);
58 if($a_type == $this->selectable_type)
60 $this->ctrl->setParameterByClass(
'ilpaymentobjectgui',
'source_id',$a_node_id);
61 return $this->ctrl->getLinkTargetByClass(
'ilpaymentobjectgui',
'linkChilds');
65 $this->ctrl->setParameterByClass(
'ilrepositorygui',
"ref_id",$this->ref_id);
66 return $this->ctrl->getLinkTargetByClass(
'ilrepositorygui',
'linkSelector');
77 return $a_type == $this->selectable_type and $a_ref_id !=
$this->ref_id;
89 if ($rbacsystem->checkAccess(
"read", $a_ref_id))
113 $tpl->setCurrentBlock(
"text");
114 $tpl->setVariable(
"OBJ_TITLE", $lng->txt(
"repository"));
115 $tpl->parseCurrentBlock();
117 $tpl->setCurrentBlock(
"row");
118 $tpl->parseCurrentBlock();
120 $this->output[] =
$tpl->get();