Skill tree administration.
More...
◆ __construct()
◆ executeCommand()
ilSkillTreeAdminGUI::executeCommand |
( |
| ) |
|
◆ listTrees()
ilSkillTreeAdminGUI::listTrees |
( |
| ) |
|
|
protected |
Definition at line 95 of file class.ilSkillTreeAdminGUI.php.
References $ctrl, $lng, $main_tpl, $toolbar, $ui, ilToolbarGUI\addComponent(), ILIAS\DI\UIServices\factory(), ilCtrl\getLinkTargetByClass(), and ilLanguage\txt().
103 $add_tree_button =
$ui->
factory()->button()->standard(
104 $lng->
txt(
"skmg_add_skill_tree"),
108 if ($this->skill_management_access_manager->hasCreateTreePermission()) {
112 $tab =
new Tree\SkillTreeTableGUI($this,
"listTrees", $this->skill_manager);
113 $mtpl->setContent($tab->getHTML());
ilGlobalTemplateInterface $main_tpl
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...
factory()
Get the factory that crafts UI components.
◆ $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: