Skill tree administration.
More...
◆ __construct()
◆ executeCommand()
| ilSkillTreeAdminGUI::executeCommand |
( |
| ) |
|
◆ listTrees()
| ilSkillTreeAdminGUI::listTrees |
( |
| ) |
|
|
protected |
Definition at line 95 of file class.ilSkillTreeAdminGUI.php.
95 : void
96 {
102
103 $add_tree_button =
$ui->
factory()->button()->standard(
104 $lng->
txt(
"skmg_add_skill_tree"),
106 );
107
108 if ($this->skill_management_access_manager->hasCreateTreePermission()) {
110 }
111
112 $tab = new Tree\SkillTreeTableGUI($this, "listTrees", $this->skill_manager);
113 $mtpl->setContent($tab->getHTML());
114 }
factory()
Get the factory that crafts UI components.
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, $ui, ilToolbarGUI\addComponent(), ILIAS\DI\UIServices\factory(), ilCtrl\getLinkTargetByClass(), and ilLanguage\txt().
◆ $admin_gui_request
◆ $ctrl
| ilCtrl ilSkillTreeAdminGUI::$ctrl |
|
protected |
◆ $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_manager
◆ $tabs
◆ $toolbar
◆ $ui
The documentation for this class was generated from the following file: