3 declare(strict_types=1);
35 $this->
access = $DIC->access();
36 $this->
lng = $DIC->language();
37 $tree = $DIC->repositoryTree();
43 $this->order_column =
"title";
61 $this->target_type = $a_type;
74 public function isVisible($a_ref_id,
string $a_type): bool
78 return $ilAccess->
checkAccess(
'visible',
'', (
int)$a_ref_id);
85 $tpl =
new ilTemplate(
"tpl.tree.html",
true,
true,
"Services/UIComponent/Explorer");
91 $this->output .= $tpl->
get();
parseCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
setSessionExpandVariable(string $a_var_name="expand")
setFiltered(bool $a_bool)
get(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
isClickable(string $type, int $ref_id=0)
checkAccess(string $a_permission, string $a_cmd, int $a_ref_id, string $a_type="", ?int $a_obj_id=null, ?int $a_tree_id=null)
check access for an object (provide $a_type and $a_obj_id if available for better performance) ...
ilGlobalTemplateInterface $tpl
setTargetType(string $a_type)
formatHeader(ilTemplate $tpl, $a_obj_id, array $a_option)
const IL_FM_POSITIVE
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(string $a_target)
isVisible($a_ref_id, string $a_type)
setTitleLength(int $a_length)
setVariable($variable, $value='')
Sets a variable value.
class for explorer view in admin frame
setCurrentBlock(string $part=ilGlobalTemplateInterface::DEFAULT_BLOCK)
checkPermissions(bool $a_check)
__construct(Container $dic, ilPlugin $plugin)
addFilter(string $a_item)
setFilterMode(int $a_mode=IL_FM_NEGATIVE)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...