|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Skill root GUI class. More...
Inheritance diagram for ilSkillRootGUI:
Collaboration diagram for ilSkillRootGUI:Public Member Functions | |
| __construct ($a_node_id=0) | |
| Constructor. More... | |
| getType () | |
| Get Node Type. More... | |
| executeCommand () | |
| Execute command. More... | |
| listTemplates () | |
| List templates. More... | |
| listSkills () | |
| List skills. More... | |
| cancelDelete () | |
| cancel delete More... | |
| showImportForm () | |
| Show import form. More... | |
| initInputForm () | |
| Init input form. More... | |
| importSkills () | |
| Import skills. More... | |
Public Member Functions inherited from ilSkillTreeNodeGUI | |
| __construct ($a_node_id=0) | |
| constructor More... | |
| isInUse () | |
| Is in use? More... | |
| checkPermissionBool ($a_perm) | |
| Check permission pool. More... | |
| setParentGUI ($a_parentgui) | |
| Set Parent GUI class. More... | |
| getParentGUI () | |
| Get Parent GUI class (ilObjSCORM2004LearningModuleGUI). More... | |
| readNodeObject ($a_node_id) | |
| Get node object instance. More... | |
| saveAllTitles () | |
| Save Titles. More... | |
| 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 () | |
| cancel delete More... | |
| confirmedDelete () | |
| confirmed delete More... | |
| setLocator () | |
| Set Locator Items. More... | |
| setSkillNodeDescription () | |
| Set skill node description. More... | |
| create () | |
| Create skill tree node. More... | |
| addStatusInput (ilPropertyFormGUI $a_form) | |
| Add status input. More... | |
| editProperties () | |
| Edit properties form. More... | |
| getPropertyValues () | |
| Get property values for edit form. More... | |
| save () | |
| Save skill tree node. More... | |
| afterSave () | |
| After saving. More... | |
| update () | |
| Update skill tree node. More... | |
| afterUpdate () | |
| After update. More... | |
| initForm ($a_mode="edit") | |
| Init form. More... | |
| cancelSave () | |
| Cancel saving. More... | |
| redirectToParent ($a_tmp_mode=false) | |
| Redirect to parent (identified by current obj_id) More... | |
| saveOrder () | |
| Save order. More... | |
| insertBasicSkillClip () | |
| Insert basic skills from clipboard. More... | |
| insertSkillCategoryClip () | |
| Insert skill categories from clipboard. More... | |
| insertTemplateReferenceClip () | |
| Insert skill template references from clipboard. More... | |
| insertSkillTemplateClip () | |
| Insert skill template from clipboard. More... | |
| insertTemplateCategoryClip () | |
| Insert skill template category from clipboard. More... | |
| setTitleIcon () | |
| Set title icon. More... | |
| addUsageTab ($a_tabs) | |
| Add usage tab. More... | |
| showUsage () | |
| Show skill usage. More... | |
| exportSelectedNodes () | |
| Export seleced nodes. More... | |
Protected Attributes | |
| $ctrl | |
| $tpl | |
| $tabs | |
| $toolbar | |
| $lng | |
Protected Attributes inherited from ilSkillTreeNodeGUI | |
| $ctrl | |
| $lng | |
| $locator | |
| $tpl | |
| $user | |
Additional Inherited Members | |
Data Fields inherited from ilSkillTreeNodeGUI | |
| $node_object | |
| $in_use = false | |
| $use_checked = false | |
| $access | |
| $ref_id | |
Skill root GUI class.
@ilCtrl_isCalledBy ilSkillRootGUI: ilObjSkillManagementGUI
Definition at line 16 of file class.ilSkillRootGUI.php.
| ilSkillRootGUI::__construct | ( | $a_node_id = 0 | ) |
Constructor.
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 47 of file class.ilSkillRootGUI.php.
References $DIC, $ilCtrl, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilSkillRootGUI::cancelDelete | ( | ) |
cancel delete
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 165 of file class.ilSkillRootGUI.php.
| ilSkillRootGUI::executeCommand | ( | ) |
Execute command.
Definition at line 74 of file class.ilSkillRootGUI.php.
| ilSkillRootGUI::getType | ( | ) |
| ilSkillRootGUI::importSkills | ( | ) |
Import skills.
Definition at line 218 of file class.ilSkillRootGUI.php.
References $ctrl, $ilCtrl, $lng, $tabs, $tpl, and initInputForm().
Here is the call graph for this function:| ilSkillRootGUI::initInputForm | ( | ) |
Init input form.
Definition at line 191 of file class.ilSkillRootGUI.php.
References $ctrl, $ilCtrl, and $lng.
Referenced by importSkills(), and showImportForm().
Here is the caller graph for this function:| ilSkillRootGUI::listSkills | ( | ) |
List skills.
Definition at line 129 of file class.ilSkillRootGUI.php.
References $_GET, $ctrl, $ilCtrl, $lng, $tabs, $toolbar, $tpl, ilSkillCategoryGUI\addCreationButtons(), ilSkillTreeNodeGUI\checkPermissionBool(), ilSkillTreeNodeGUI\getParentGUI(), ilSkillCatTableGUI\MODE_SCAT, and ilUtil\sendInfo().
Here is the call graph for this function:| ilSkillRootGUI::listTemplates | ( | ) |
List templates.
Definition at line 93 of file class.ilSkillRootGUI.php.
References $_GET, $ctrl, $ilCtrl, $lng, $tabs, $toolbar, $tpl, ilSkillTemplateCategoryGUI\addCreationButtons(), ilSkillTreeNodeGUI\checkPermissionBool(), ilSkillTreeNodeGUI\getParentGUI(), ilSkillCatTableGUI\MODE_SCTP, and ilUtil\sendInfo().
Here is the call graph for this function:| ilSkillRootGUI::showImportForm | ( | ) |
Show import form.
Definition at line 179 of file class.ilSkillRootGUI.php.
References $tabs, $tpl, and initInputForm().
Here is the call graph for this function:
|
protected |
Definition at line 21 of file class.ilSkillRootGUI.php.
Referenced by cancelDelete(), executeCommand(), importSkills(), initInputForm(), listSkills(), and listTemplates().
|
protected |
Definition at line 41 of file class.ilSkillRootGUI.php.
Referenced by importSkills(), initInputForm(), listSkills(), and listTemplates().
|
protected |
Definition at line 31 of file class.ilSkillRootGUI.php.
Referenced by executeCommand(), importSkills(), listSkills(), listTemplates(), and showImportForm().
|
protected |
Definition at line 36 of file class.ilSkillRootGUI.php.
Referenced by listSkills(), and listTemplates().
|
protected |
Definition at line 26 of file class.ilSkillRootGUI.php.
Referenced by executeCommand(), importSkills(), listSkills(), listTemplates(), and showImportForm().