12 require_once(
"./Services/UIComponent/Explorer/classes/class.ilExplorer.php");
47 $this->role_desk_obj = &$role_desk_item_obj;
49 parent::__construct($a_target);
51 $this->root_id = $this->tree->readRootId();
52 $this->order_column =
"title";
58 #$this->addFilter("chat"); 59 #$this->addFilter('fold'); 69 $this->ctrl->setParameterByClass(
'ilobjrolegui',
'item_id', $a_node_id);
70 return $this->ctrl->getLinkTargetByClass(
'ilobjrolegui',
'assignDesktopItem');
84 return $rbacsystem->checkAccess(
'write', $a_ref_id)
and !$this->role_desk_obj->isAssigned($a_ref_id);
113 $tpl =
new ilTemplate(
"tpl.tree.html",
true,
true,
"Services/UIComponent/Explorer");
115 $tpl->setCurrentBlock(
"text");
116 $tpl->setVariable(
"OBJ_TITLE",
$lng->txt(
"repository"));
117 $tpl->parseCurrentBlock();
122 $this->output[] =
$tpl->get();
setFilterMode($a_mode=IL_FM_NEGATIVE)
set filter mode
const TITLE_LENGTH
max length of object title
setTitleLength($a_length)
Set max title length.
__construct($a_target, $role_desk_item_obj)
Constructor public.
setFiltered($a_bool)
active/deactivate the filter public
formatHeader($tpl, $a_obj_id, $a_option)
overwritten method from base class public
special template class to simplify handling of ITX/PEAR
buildLinkTarget($a_node_id, $a_type)
Class ilExplorer class for explorer view in admin frame.
isClickable($a_type, $a_ref_id=0)
setSessionExpandVariable($a_var_name="expand")
set name of expand session variable
addFilter($a_item)
adds item to the filter public
buildFrameTarget($a_type, $a_child=0, $a_obj_id=0)