Skill tree administration.
More...
◆ __construct()
◆ executeCommand()
ilSkillTreeAdminGUI::executeCommand |
( |
| ) |
|
◆ listTrees()
ilSkillTreeAdminGUI::listTrees |
( |
| ) |
|
|
protected |
Definition at line 103 of file class.ilSkillTreeAdminGUI.php.
103 : void
104 {
109
110 $add_tree_button = $this->ui_fac->button()->standard(
111 $lng->
txt(
"skmg_add_skill_tree"),
113 );
114
115 if ($this->skill_management_access_manager->hasCreateTreePermission()) {
117 }
118
119 $table = $this->table_manager->getTreeTable($this->requested_ref_id)->getComponent();
120
121 $mtpl->setContent($this->ui_ren->render($table));
122 }
getLinkTargetByClass( $a_class, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
@inheritDoc
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...
ilGlobalTemplateInterface $main_tpl
References $ctrl, $lng, $main_tpl, $toolbar, ilToolbarGUI\addComponent(), ilCtrl\getLinkTargetByClass(), and ilLanguage\txt().
◆ $admin_gui_request
◆ $ctrl
ilCtrl ilSkillTreeAdminGUI::$ctrl |
|
protected |
◆ $df
◆ $lng
◆ $main_tpl
◆ $request
RequestInterface ilSkillTreeAdminGUI::$request |
|
protected |
◆ $requested_ref_id
int ilSkillTreeAdminGUI::$requested_ref_id = 0 |
|
protected |
◆ $skill_management_access_manager
◆ $skill_manager
◆ $skill_tree_factory
◆ $skill_tree_manager
◆ $table_manager
◆ $tabs
◆ $toolbar
◆ $ui_fac
◆ $ui_ren
The documentation for this class was generated from the following file: