3 declare(strict_types=1);
54 $this->
ctrl = $DIC->ctrl();
55 $this->system = $DIC->rbac()->system();
58 $this->root_id = $this->tree->readRootId();
59 $this->order_column =
"title";
79 if (count($this->expanded) <= 1) {
80 foreach ($this->tree->getPathId($ref_id) as
$id) {
88 $this->clickable_types = $a_types;
93 return (in_array($type, $this->clickable_types));
98 $this->target_class = $a_class;
102 return $this->target_class ?:
'ilsearchgui';
104 public function setCmd(
string $a_cmd): void
110 return $this->cmd ?:
'selectRoot';
115 $this->selectable_type = $a_type;
123 $this->ref_id = $a_ref_id;
145 if ($a_parent_id == 0) {
149 if ($this->system->checkAccess(
"read", (
int) $a_parent_id)) {
163 #$tpl = new ilTemplate("tpl.tree.html", true, true, "Services/UIComponent/Explorer"); 165 if (in_array(
"root", $this->clickable_types)) {
170 $tpl->
setVariable(
"LINK_TARGET", $this->
ctrl->getLinkTargetByClass($this->getTargetClass(), $this->
getCmd()));
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
setSessionExpandVariable(string $a_var_name="expand")
setFiltered(bool $a_bool)
isClickable(string $type, int $ref_id=0)
__construct($a_target)
Constructor public.
ilGlobalTemplateInterface $tpl
const IL_FM_POSITIVE
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTitleLength(int $a_length)
setVariable($variable, $value='')
Sets a variable value.
setClickableTypes(array $a_types)
setTargetClass(string $a_class)
buildLinkTarget($a_node_id, string $a_type)
buildFrameTarget(string $a_type, $a_child=0, $a_obj_id=0)
class for explorer view in admin frame
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
__construct(Container $dic, ilPlugin $plugin)
formatHeader(ilTemplate $tpl, $a_obj_id, array $a_option)
addFilter(string $a_item)
setFilterMode(int $a_mode=IL_FM_NEGATIVE)
setExpand($a_node_id)
set the expand option this value is stored in a SESSION variable to save it different view (lo view...
setSelectableType(string $a_type)