|
ILIAS
release_8 Revision v8.24
|
Skill root GUI class. More...
Inheritance diagram for ilSkillRootGUI:
Collaboration diagram for ilSkillRootGUI:Public Member Functions | |
| __construct (Tree\SkillTreeNodeManager $node_manager, int $a_node_id=0) | |
| getType () | |
| executeCommand () | |
| listTemplates () | |
| listSkills () | |
| cancelDelete () | |
| showImportForm () | |
| initInputForm () | |
| importSkills () | |
Public Member Functions inherited from ilSkillTreeNodeGUI | |
| __construct (Tree\SkillTreeNodeManager $node_manager, int $a_node_id=0) | |
| isInUse () | |
| setParentGUI (object $a_parentgui) | |
| getParentGUI () | |
| readNodeObject (int $a_node_id) | |
| Get node object instance. More... | |
| saveAllTitles () | |
| deleteNodes () | |
| Delete nodes in the hierarchy. More... | |
| cutItems () | |
| Copy items to clipboard, then cut them from the current tree. More... | |
| copyItems () | |
| Copy items to clipboard. More... | |
| cancelDelete () | |
| confirmedDelete () | |
| confirmed delete More... | |
| setSkillNodeDescription () | |
| create () | |
| Create skill tree node. More... | |
| addStatusInput (ilPropertyFormGUI $a_form) | |
| editProperties () | |
| getPropertyValues () | |
| Get property values for edit form. More... | |
| save () | |
| Save skill tree node. More... | |
| afterSave () | |
| update () | |
| Update skill tree node. More... | |
| afterUpdate () | |
| initForm (string $a_mode="edit") | |
| cancelSave () | |
| redirectToParent (bool $a_tmp_mode=false) | |
| Redirect to parent (identified by current node_id) More... | |
| saveOrder () | |
| insertBasicSkillClip () | |
| insertSkillCategoryClip () | |
| insertTemplateReferenceClip () | |
| insertSkillTemplateClip () | |
| insertTemplateCategoryClip () | |
| setTitleIcon () | |
| addUsageTab (ilTabsGUI $a_tabs) | |
| showUsage () | |
| addObjectsTab (ilTabsGUI $a_tabs) | |
| showObjects () | |
| exportSelectedNodes () | |
Protected Attributes | |
| ilCtrl | $ctrl |
| ilGlobalTemplateInterface | $tpl |
| ilTabsGUI | $tabs |
| ilToolbarGUI | $toolbar |
| ilLanguage | $lng |
Protected Attributes inherited from ilSkillTreeNodeGUI | |
| ilCtrl | $ctrl |
| ilLanguage | $lng |
| ilLocatorGUI | $locator |
| ilGlobalTemplateInterface | $tpl |
| ilObjUser | $user |
| ilTree | $tree |
| ilPropertyFormGUI | $form |
| object | $parentgui |
| int | $tref_id = 0 |
| Tree SkillTreeNodeManager | $skill_tree_node_manager |
| SkillTreeAccess | $tree_access_manager |
| ilSkillTreeRepository | $tree_repo |
| int | $skill_tree_id = 0 |
| ilTabsGUI | $tabs |
| SkillAdminGUIRequest | $admin_gui_request |
| int | $requested_ref_id = 0 |
| int | $requested_node_id = 0 |
| string | $requested_backcmd = "" |
| int | $requested_tmpmode = 0 |
| int | $base_skill_id = 0 |
| array | $requested_node_ids = [] |
| array | $requested_node_order = [] |
Additional Inherited Members | |
Data Fields inherited from ilSkillTreeNodeGUI | |
| object | $node_object = null |
| bool | $in_use = false |
| bool | $use_checked = false |
| ilAccessHandler | $access |
Skill root GUI class.
Definition at line 28 of file class.ilSkillRootGUI.php.
| ilSkillRootGUI::__construct | ( | Tree\SkillTreeNodeManager | $node_manager, |
| int | $a_node_id = 0 |
||
| ) |
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 36 of file class.ilSkillRootGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\tabs(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:| ilSkillRootGUI::cancelDelete | ( | ) |
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 135 of file class.ilSkillRootGUI.php.
References $ctrl, and ilCtrl\redirect().
Here is the call graph for this function:| ilSkillRootGUI::executeCommand | ( | ) |
Definition at line 57 of file class.ilSkillRootGUI.php.
| ilSkillRootGUI::getType | ( | ) |
Definition at line 52 of file class.ilSkillRootGUI.php.
| ilSkillRootGUI::importSkills | ( | ) |
Definition at line 184 of file class.ilSkillRootGUI.php.
References $ctrl, ilSkillTreeNodeGUI\$form, $lng, $tabs, $tpl, ilPropertyFormGUI\checkInput(), ilPropertyFormGUI\getHTML(), initInputForm(), ilGlobalTemplateInterface\setContent(), ilPropertyFormGUI\setValuesByPost(), and ilLanguage\txt().
Here is the call graph for this function:| ilSkillRootGUI::initInputForm | ( | ) |
Definition at line 162 of file class.ilSkillRootGUI.php.
References $ctrl, ilSkillTreeNodeGUI\$form, $lng, ilPropertyFormGUI\addCommandButton(), ilPropertyFormGUI\addItem(), ilFormGUI\setFormAction(), ilPropertyFormGUI\setTitle(), and ilLanguage\txt().
Referenced by importSkills(), and showImportForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSkillRootGUI::listSkills | ( | ) |
Definition at line 104 of file class.ilSkillRootGUI.php.
References $ctrl, $lng, $tabs, $toolbar, $tpl, ilSkillCategoryGUI\addCreationButtons(), ilSkillTreeNodeGUI\getParentGUI(), ilSkillCatTableGUI\MODE_SCAT, ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Here is the call graph for this function:| ilSkillRootGUI::listTemplates | ( | ) |
Definition at line 73 of file class.ilSkillRootGUI.php.
References $ctrl, $lng, $tabs, $toolbar, $tpl, ilSkillTemplateCategoryGUI\addCreationButtons(), ilSkillTreeNodeGUI\getParentGUI(), ilSkillCatTableGUI\MODE_SCTP, ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Here is the call graph for this function:| ilSkillRootGUI::showImportForm | ( | ) |
Definition at line 146 of file class.ilSkillRootGUI.php.
References $ctrl, $lng, $tabs, $tpl, ilCtrl\getLinkTarget(), initInputForm(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file class.ilSkillRootGUI.php.
Referenced by cancelDelete(), executeCommand(), importSkills(), initInputForm(), listSkills(), listTemplates(), and showImportForm().
|
protected |
Definition at line 34 of file class.ilSkillRootGUI.php.
Referenced by importSkills(), initInputForm(), listSkills(), listTemplates(), and showImportForm().
|
protected |
Definition at line 32 of file class.ilSkillRootGUI.php.
Referenced by executeCommand(), importSkills(), listSkills(), listTemplates(), and showImportForm().
|
protected |
Definition at line 33 of file class.ilSkillRootGUI.php.
Referenced by listSkills(), and listTemplates().
|
protected |
Definition at line 31 of file class.ilSkillRootGUI.php.
Referenced by executeCommand(), importSkills(), listSkills(), listTemplates(), and showImportForm().