30 string $a_selectable_type
34 $this->tree = $DIC->repositoryTree();
35 $this->
ctrl = $DIC->ctrl();
36 $tree = $DIC->repositoryTree();
40 $this->current_type = $a_selectable_type;
42 $this->
setTypeWhiteList(array(
"root",
"cat",
"grp",
"fold",
"crs", $this->current_type));
49 return $a_node[
"title"];
62 $ilCtrl->
setParameter($this->parent_obj,
'source_id', $a_node[
"child"]);
63 return $ilCtrl->getLinkTarget($this->parent_obj,
'linkChilds');
68 return ($a_node[
"type"] === $this->current_type);
setSkipRootNode(bool $a_val)
static _getIcon(int $obj_id=0, string $size="big", string $type="", bool $offline=false)
Get icon for repository item.
setTypeWhiteList(array $a_val)
Set type white list.
static _lookupObjId(int $ref_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Explorer class that works on tree objects (Services/Tree)
__construct(Container $dic, ilPlugin $plugin)
__construct(object $a_parent_obj, string $a_parent_cmd, string $a_selectable_type)
setParameter(object $a_gui_obj, string $a_parameter, $a_value)