| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Skill root GUI class. More...
 Inheritance diagram for ilSkillRootGUI:
 Inheritance diagram for ilSkillRootGUI: Collaboration diagram for ilSkillRootGUI:
 Collaboration diagram for ilSkillRootGUI:| Public Member Functions | |
| __construct ($a_node_id=0) | |
| Constructor. | |
| getType () | |
| Get Node Type. | |
| & | executeCommand () | 
| Execute command. | |
| listTemplates () | |
| List templates. | |
| listSkills () | |
| List skills. | |
| cancelDelete () | |
| cancel delete | |
|  Public Member Functions inherited from ilSkillTreeNodeGUI | |
| ilSkillTreeNodeGUI ($a_node_id=0) | |
| constructor | |
| setParentGUI ($a_parentgui) | |
| Set Parent GUI class. | |
| getParentGUI () | |
| Get Parent GUI class (ilObjSCORM2004LearningModuleGUI). | |
| readNodeObject ($a_node_id) | |
| Get node object instance. | |
| saveAllTitles () | |
| Save Titles. | |
| deleteNodes () | |
| Delete nodes in the hierarchy. | |
| cutItems () | |
| Copy items to clipboard, then cut them from the current tree. | |
| copyItems () | |
| Copy items to clipboard. | |
| confirmedDelete () | |
| confirmed delete | |
| setLocator () | |
| Set Locator Items. | |
| setSkillNodeDescription () | |
| Set skill node description. | |
| create () | |
| Create skill tree node. | |
| editProperties () | |
| Edit properties form. | |
| getPropertyValues () | |
| Get property values for edit form. | |
| save () | |
| Save skill tree node. | |
| afterSave () | |
| After saving. | |
| update () | |
| Update skill tree node. | |
| afterUpdate () | |
| After update. | |
| initForm ($a_mode="edit") | |
| Init form. | |
| cancelSave () | |
| Cancel saving. | |
| redirectToParent ($a_tmp_mode=false) | |
| Redirect to parent (identified by current obj_id) | |
| saveOrder () | |
| Save order. | |
| insertBasicSkillClip () | |
| Insert basic skills from clipboard. | |
| insertSkillCategoryClip () | |
| Insert skill categories from clipboard. | |
| insertTemplateReferenceClip () | |
| Insert skill template references from clipboard. | |
| insertSkillTemplateClip () | |
| Insert skill template from clipboard. | |
| insertTemplateCategoryClip () | |
| Insert skill template category from clipboard. | |
| setTitleIcon () | |
| Set title icon. | |
| Additional Inherited Members | |
|  Data Fields inherited from ilSkillTreeNodeGUI | |
| $node_object | |
Skill root GUI class.
ilSkillRootGUI: ilObjSkillManagementGUI
Definition at line 16 of file class.ilSkillRootGUI.php.
| ilSkillRootGUI::__construct | ( | $a_node_id = 0 | ) | 
Constructor.
Definition at line 22 of file class.ilSkillRootGUI.php.
References $ilCtrl, and ilSkillTreeNodeGUI\ilSkillTreeNodeGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSkillRootGUI::cancelDelete | ( | ) | 
cancel delete
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 116 of file class.ilSkillRootGUI.php.
| & ilSkillRootGUI::executeCommand | ( | ) | 
Execute command.
Definition at line 42 of file class.ilSkillRootGUI.php.
| ilSkillRootGUI::getType | ( | ) | 
| ilSkillRootGUI::listSkills | ( | ) | 
List skills.
Definition at line 89 of file class.ilSkillRootGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, ilSkillCategoryGUI\addCreationButtons(), ilSkillTreeNodeGUI\getParentGUI(), ilSkillCatTableGUI\MODE_SCAT, and ilUtil\sendInfo().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilSkillRootGUI::listTemplates | ( | ) | 
List templates.
Definition at line 62 of file class.ilSkillRootGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, ilSkillTemplateCategoryGUI\addCreationButtons(), ilSkillTreeNodeGUI\getParentGUI(), ilSkillCatTableGUI\MODE_SCTP, and ilUtil\sendInfo().
 Here is the call graph for this function:
 Here is the call graph for this function: