47 $this->
lng = $DIC->language();
48 $this->
ctrl = $DIC->ctrl();
49 $this->
ui = $DIC->ui();
51 $this->admin_gui_request = $DIC->skills()->internal()->gui()->admin_request();
52 $this->requested_ref_id = $this->admin_gui_request->getRefId();
54 $this->internal_manager = $manager;
56 $this->management_access_manager = $this->internal_manager->getManagementAccessManager($this->requested_ref_id);
57 $this->tree_factory = $DIC->skills()->internal()->factory()->tree();
64 if ($this->management_access_manager->hasCreateTreePermission()) {
71 $this->
setRowTemplate(
"tpl.skill_tree_row.html",
"Services/Skill/Tree");
73 if ($this->management_access_manager->hasCreateTreePermission()) {
83 return array_filter(array_map(
85 $tree_access_manager = $this->internal_manager->getTreeAccessManager($skillTree->
getRefId());
86 if ($tree_access_manager->hasVisibleTreePermission()) {
94 iterator_to_array($this->tree_manager->getTrees())
101 protected function fillRow(array $a_set): void
107 $tree_obj = $a_set[
"tree"];
108 $tree = $this->tree_factory->getTreeById($tree_obj->getId());
110 if ($this->management_access_manager->hasCreateTreePermission()) {
111 $tpl->setCurrentBlock(
"checkbox");
112 $tpl->setVariable(
"ID", $tree->readRootId());
113 $tpl->parseCurrentBlock();
115 $tpl->setVariable(
"TITLE", $tree_obj->getTitle());
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getLinkTargetByClass( $a_class, string $a_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
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...
setFormAction(string $a_form_action, bool $a_multipart=false)
Request wrapper for guis in skill administration.
setParameterByClass(string $a_class, string $a_parameter, $a_value)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
SkillTreeFactory $tree_factory
__construct(object $a_parent_obj, string $a_parent_cmd, SkillInternalManagerService $manager)
Provides fluid interface to RBAC services.
SkillInternalManagerService $internal_manager
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Skill internal manager service.
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
SkillTreeManager $tree_manager
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
Skill tree objects table.
__construct(Container $dic, ilPlugin $plugin)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
SkillAdminGUIRequest $admin_gui_request
addMultiCommand(string $a_cmd, string $a_text)
SkillManagementAccess $management_access_manager