|
ILIAS
Release_4_4_x_branch Revision 61816
|
Skill template category GUI class. More...
Inheritance diagram for ilSkillTemplateCategoryGUI:
Collaboration diagram for ilSkillTemplateCategoryGUI:Public Member Functions | |
| __construct ($a_node_id=0, $a_tref_id) | |
| Constructor. | |
| getType () | |
| Get Node Type. | |
| & | executeCommand () |
| Execute command. | |
| setTabs ($a_tab) | |
| output tabs | |
| listItems () | |
| List items. | |
| editProperties () | |
| Edit properties. | |
| saveItem () | |
| Save item. | |
| updateItem () | |
| Update item. | |
| afterSave () | |
| After saving. | |
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. | |
| cancelDelete () | |
| cancel delete | |
| confirmedDelete () | |
| confirmed delete | |
| setLocator () | |
| Set Locator Items. | |
| setSkillNodeDescription () | |
| Set skill node description. | |
| create () | |
| Create skill tree node. | |
| addStatusInput (ilPropertyFormGUI $a_form) | |
| Add status input. | |
| getPropertyValues () | |
| Get property values for edit form. | |
| save () | |
| Save skill tree node. | |
| 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. | |
| addUsageTab ($a_tabs) | |
| Add usage tab. | |
| showUsage () | |
| Show skill usage. | |
Static Public Member Functions | |
| static | addCreationButtons () |
| Add creation buttons. | |
Additional Inherited Members | |
Data Fields inherited from ilSkillTreeNodeGUI | |
| $node_object | |
Skill template category GUI class.
ilSkillTemplateCategoryGUI: ilObjSkillManagementGUI
Definition at line 17 of file class.ilSkillTemplateCategoryGUI.php.
| ilSkillTemplateCategoryGUI::__construct | ( | $a_node_id = 0, |
|
| $a_tref_id | |||
| ) |
Constructor.
Definition at line 23 of file class.ilSkillTemplateCategoryGUI.php.
References $ilCtrl, and ilSkillTreeNodeGUI\ilSkillTreeNodeGUI().
Here is the call graph for this function:
|
static |
Add creation buttons.
| @return |
Definition at line 138 of file class.ilSkillTemplateCategoryGUI.php.
References $_GET, $ilCtrl, $ilUser, and $lng.
Referenced by listItems(), and ilSkillRootGUI\listTemplates().
Here is the caller graph for this function:| ilSkillTemplateCategoryGUI::afterSave | ( | ) |
After saving.
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 213 of file class.ilSkillTemplateCategoryGUI.php.
References ilSkillTreeNodeGUI\redirectToParent().
Here is the call graph for this function:| ilSkillTemplateCategoryGUI::editProperties | ( | ) |
Edit properties.
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 180 of file class.ilSkillTemplateCategoryGUI.php.
References setTabs().
Here is the call graph for this function:| & ilSkillTemplateCategoryGUI::executeCommand | ( | ) |
Execute command.
Definition at line 44 of file class.ilSkillTemplateCategoryGUI.php.
| ilSkillTemplateCategoryGUI::getType | ( | ) |
Get Node Type.
Definition at line 36 of file class.ilSkillTemplateCategoryGUI.php.
| ilSkillTemplateCategoryGUI::listItems | ( | ) |
List items.
| @return |
Definition at line 114 of file class.ilSkillTemplateCategoryGUI.php.
References $_GET, $tpl, addCreationButtons(), ilSkillCatTableGUI\MODE_SCTP, and setTabs().
Here is the call graph for this function:| ilSkillTemplateCategoryGUI::saveItem | ( | ) |
Save item.
Definition at line 190 of file class.ilSkillTemplateCategoryGUI.php.
References $_GET, IL_LAST_NODE, and ilSkillTreeNode\putInTree().
Here is the call graph for this function:| ilSkillTemplateCategoryGUI::setTabs | ( | $a_tab | ) |
output tabs
Definition at line 64 of file class.ilSkillTemplateCategoryGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, ilSkillTreeNodeGUI\addUsageTab(), ilSkillTreeNodeGUI\setSkillNodeDescription(), and ilSkillTreeNodeGUI\setTitleIcon().
Referenced by editProperties(), and listItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSkillTemplateCategoryGUI::updateItem | ( | ) |
Update item.
Definition at line 202 of file class.ilSkillTemplateCategoryGUI.php.
References $_POST.