| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Skill category GUI class. More...
 Inheritance diagram for ilSkillCategoryGUI:
 Collaboration diagram for ilSkillCategoryGUI:Public Member Functions | |
| __construct (Node\SkillTreeNodeManager $node_manager, int $a_node_id=0) | |
| getType () | |
| executeCommand () | |
| setTabs (string $a_tab) | |
| editProperties () | |
| edit () | |
| initForm (string $a_mode="edit") | |
| saveItem () | |
| getValues () | |
| Get current values for from.  More... | |
| updateItem () | |
| listItems () | |
| redirectToParent (bool $a_tmp_mode=false) | |
| Redirect to parent (identified by current node_id)  More... | |
  Public Member Functions inherited from ilSkillTreeNodeGUI | |
| __construct (Node\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 () | |
Static Public Member Functions | |
| static | addCreationButtons () | 
Protected Attributes | |
| ilCtrl | $ctrl | 
| ilGlobalTemplateInterface | $tpl | 
| ilTabsGUI | $tabs | 
| ilLanguage | $lng | 
| ilHelpGUI | $help | 
  Protected Attributes inherited from ilSkillTreeNodeGUI | |
| ilCtrl | $ctrl | 
| ilLanguage | $lng | 
| ilLocatorGUI | $locator | 
| ilGlobalTemplateInterface | $tpl | 
| ilObjUser | $user | 
| ilTree | $tree | 
| ilPropertyFormGUI | $form | 
| UI Factory | $ui_fac | 
| UI Renderer | $ui_ren | 
| object | $parentgui | 
| int | $tref_id = 0 | 
| Node SkillTreeNodeManager | $skill_tree_node_manager | 
| SkillTreeAccess | $tree_access_manager | 
| Table TableManager | $table_manager | 
| Usage SkillUsageManager | $usage_manager | 
| ilSkillTreeRepository | $tree_repo | 
| int | $skill_tree_id = 0 | 
| ilTabsGUI | $tabs | 
| SkillAdminGUIRequest | $admin_gui_request | 
| SkillUIService | $skill_ui_service | 
| int | $requested_ref_id = 0 | 
| int | $requested_node_id = 0 | 
| string | $requested_backcmd = "" | 
| bool | $requested_tmpmode = false | 
| 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 category GUI class.
ilSkillCategoryGUI: ilObjSkillManagementGUI, ilObjSkillTreeGUI
Definition at line 31 of file class.ilSkillCategoryGUI.php.
| ilSkillCategoryGUI::__construct | ( | Node\SkillTreeNodeManager | $node_manager, | 
| int | $a_node_id = 0  | 
        ||
| ) | 
Definition at line 39 of file class.ilSkillCategoryGUI.php.
References $DIC, ILIAS\MetaData\Repository\Validation\Data\__construct(), ILIAS\Repository\ctrl(), ILIAS\Repository\help(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
 Here is the call graph for this function:
      
  | 
  static | 
Definition at line 281 of file class.ilSkillCategoryGUI.php.
References ilSkillTreeNodeGUI\$admin_gui_request, $DIC, ilSkillTreeNodeGUI\$requested_node_id, ILIAS\Skill\Service\SkillAdminGUIRequest\getNodeId(), and ilLanguage\txt().
Referenced by ilSkillRootGUI\listSkills().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilSkillCategoryGUI::edit | ( | ) | 
Definition at line 160 of file class.ilSkillCategoryGUI.php.
References $tpl, ILIAS\Repository\form(), getValues(), initForm(), and ilGlobalTemplateInterface\setContent().
 Here is the call graph for this function:| ilSkillCategoryGUI::editProperties | ( | ) | 
Definition at line 152 of file class.ilSkillCategoryGUI.php.
References $tpl, and setTabs().
 Here is the call graph for this function:| ilSkillCategoryGUI::executeCommand | ( | ) | 
| ilSkillCategoryGUI::getType | ( | ) | 
Definition at line 55 of file class.ilSkillCategoryGUI.php.
| ilSkillCategoryGUI::getValues | ( | ) | 
Get current values for from.
Definition at line 234 of file class.ilSkillCategoryGUI.php.
References ILIAS\Repository\form().
Referenced by edit().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilSkillCategoryGUI::initForm | ( | string | $a_mode = "edit" | ) | 
Definition at line 169 of file class.ilSkillCategoryGUI.php.
References $ctrl, $lng, ilSkillTreeNodeGUI\addStatusInput(), ILIAS\Repository\form(), ilTextAreaInputGUI\setRows(), and ilLanguage\txt().
Referenced by edit().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilSkillCategoryGUI::listItems | ( | ) | 
Definition at line 257 of file class.ilSkillCategoryGUI.php.
References $lng, $tpl, ilSkillTreeNodeGUI\isInUse(), ilSkillCatTableGUI\MODE_SCAT, ilGlobalTemplateInterface\setContent(), setTabs(), and ilLanguage\txt().
 Here is the call graph for this function:| ilSkillCategoryGUI::redirectToParent | ( | bool | $a_tmp_mode = false | ) | 
Redirect to parent (identified by current node_id)
Definition at line 371 of file class.ilSkillCategoryGUI.php.
References $ctrl, and ilSkillTreeNode\_lookupType().
 Here is the call graph for this function:| ilSkillCategoryGUI::saveItem | ( | ) | 
Definition at line 216 of file class.ilSkillCategoryGUI.php.
References ILIAS\Repository\form(), and ilTree\POS_LAST_NODE.
 Here is the call graph for this function:| ilSkillCategoryGUI::setTabs | ( | string | $a_tab | ) | 
Definition at line 78 of file class.ilSkillCategoryGUI.php.
References $ctrl, $help, $lng, $tabs, $tpl, ilSkillTreeNode\_lookupTitle(), ilSkillTreeNode\_lookupType(), ilSkillTreeNodeGUI\addUsageTab(), ilHelpGUI\setScreenIdComponent(), ilSkillTreeNodeGUI\setSkillNodeDescription(), ilGlobalTemplateInterface\setTitle(), and ilLanguage\txt().
Referenced by editProperties(), and listItems().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilSkillCategoryGUI::updateItem | ( | ) | 
Definition at line 244 of file class.ilSkillCategoryGUI.php.
References ILIAS\Repository\form().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 33 of file class.ilSkillCategoryGUI.php.
Referenced by executeCommand(), initForm(), redirectToParent(), and setTabs().
      
  | 
  protected | 
Definition at line 37 of file class.ilSkillCategoryGUI.php.
Referenced by setTabs().
      
  | 
  protected | 
Definition at line 36 of file class.ilSkillCategoryGUI.php.
Referenced by initForm(), listItems(), and setTabs().
      
  | 
  protected | 
Definition at line 35 of file class.ilSkillCategoryGUI.php.
Referenced by executeCommand(), and setTabs().
      
  | 
  protected | 
Definition at line 34 of file class.ilSkillCategoryGUI.php.
Referenced by edit(), editProperties(), executeCommand(), listItems(), and setTabs().