37 public function __construct($a_parent_obj, $a_parent_cmd, $a_selectable_type)
41 $this->tree = $DIC->repositoryTree();
42 $this->ctrl = $DIC->ctrl();
43 $tree = $DIC->repositoryTree();
47 $this->current_type = $a_selectable_type;
49 $this->
setTypeWhiteList(array(
"root",
"cat",
"grp",
"fold",
"crs", $this->current_type));
56 return $a_node[
"title"];
62 return ilObject::_getIcon($obj_id,
"tiny", $a_node[
"type"]);
69 $ilCtrl->setParameter($this->parent_obj,
'source_id', $a_node[
"child"]);
70 return $ilCtrl->getLinkTarget($this->parent_obj,
'linkChilds');
75 return ($a_node[
"type"] == $this->current_type);
__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)
Explorer class that works on tree objects (Services/Tree)
__construct(Container $dic, ilPlugin $plugin)