33 include_once(
"./Services/UIComponent/Explorer2/classes/class.ilTreeExplorerGUI.php");
39 function __construct($a_parent_obj, $a_parent_cmd, $a_selectable_type)
43 parent::__construct(
"rep_exp", $a_parent_obj, $a_parent_cmd, $tree);
45 $this->current_type = $a_selectable_type;
54 return $a_node[
"title"];
67 $ilCtrl->setParameter($this->parent_obj,
'source_id', $a_node[
"child"]);
68 return $ilCtrl->getLinkTarget($this->parent_obj,
'linkChilds');
73 return ($a_node[
"type"] == $this->current_type);
static _getIcon($a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
Get icon for repository item.
__construct($a_parent_obj, $a_parent_cmd, $a_selectable_type)
setSkipRootNode($a_val)
Set skip root node.
setTypeWhiteList($a_val)
Set type white list.
static _lookupObjId($a_id)
Create styles array
The data for the language used.
Explorer class that works on tree objects (Services/Tree)