|
ILIAS
release_8 Revision v8.24
|
Skill template category GUI class. More...
Inheritance diagram for ilSkillTemplateCategoryGUI:
Collaboration diagram for ilSkillTemplateCategoryGUI:Public Member Functions | |
| __construct (Tree\SkillTreeNodeManager $node_manager, int $a_node_id=0, int $a_tref_id=0) | |
| getType () | |
| executeCommand () | |
| setTabs (string $a_tab) | |
| initForm (string $a_mode="edit") | |
| listItems () | |
| editProperties () | |
| saveItem () | |
| updateItem () | |
| afterSave () | |
| showUsage () | |
| redirectToParent (bool $a_tmp_mode=false) | |
| Redirect to parent (identified by current node_id) More... | |
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 () | |
Static Public Member Functions | |
| static | addCreationButtons () |
Protected Attributes | |
| ilCtrl | $ctrl |
| ilGlobalTemplateInterface | $tpl |
| ilTabsGUI | $tabs |
| ilLanguage | $lng |
| ilHelpGUI | $help |
| int | $tref_id = 0 |
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 template category GUI class.
Definition at line 28 of file class.ilSkillTemplateCategoryGUI.php.
| ilSkillTemplateCategoryGUI::__construct | ( | Tree\SkillTreeNodeManager | $node_manager, |
| int | $a_node_id = 0, |
||
| int | $a_tref_id = 0 |
||
| ) |
Definition at line 38 of file class.ilSkillTemplateCategoryGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__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 224 of file class.ilSkillTemplateCategoryGUI.php.
References ilSkillTreeNodeGUI\$admin_gui_request, $DIC, $ilUser, $lng, ilSkillTreeNodeGUI\$requested_node_id, ILIAS\Skill\Service\SkillAdminGUIRequest\getNodeId(), and ilLanguage\txt().
Referenced by listItems(), and ilSkillRootGUI\listTemplates().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSkillTemplateCategoryGUI::afterSave | ( | ) |
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 313 of file class.ilSkillTemplateCategoryGUI.php.
References redirectToParent().
Here is the call graph for this function:| ilSkillTemplateCategoryGUI::editProperties | ( | ) |
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 281 of file class.ilSkillTemplateCategoryGUI.php.
References setTabs().
Here is the call graph for this function:| ilSkillTemplateCategoryGUI::executeCommand | ( | ) |
Definition at line 60 of file class.ilSkillTemplateCategoryGUI.php.
| ilSkillTemplateCategoryGUI::getType | ( | ) |
Definition at line 55 of file class.ilSkillTemplateCategoryGUI.php.
| ilSkillTemplateCategoryGUI::initForm | ( | string | $a_mode = "edit" | ) |
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 157 of file class.ilSkillTemplateCategoryGUI.php.
References $ctrl, $lng, ILIAS\Repository\form(), and ilLanguage\txt().
Here is the call graph for this function:| ilSkillTemplateCategoryGUI::listItems | ( | ) |
Definition at line 196 of file class.ilSkillTemplateCategoryGUI.php.
References $lng, $tpl, addCreationButtons(), ilSkillTreeNodeGUI\isInUse(), ilSkillCatTableGUI\MODE_SCTP, ilGlobalTemplateInterface\setContent(), setTabs(), and ilLanguage\txt().
Here is the call graph for this function:| ilSkillTemplateCategoryGUI::redirectToParent | ( | bool | $a_tmp_mode = false | ) |
Redirect to parent (identified by current node_id)
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 344 of file class.ilSkillTemplateCategoryGUI.php.
Referenced by afterSave().
Here is the caller graph for this function:| ilSkillTemplateCategoryGUI::saveItem | ( | ) |
Definition at line 287 of file class.ilSkillTemplateCategoryGUI.php.
References ILIAS\Repository\form(), and ilTree\POS_LAST_NODE.
Here is the call graph for this function:| ilSkillTemplateCategoryGUI::setTabs | ( | string | $a_tab | ) |
Definition at line 78 of file class.ilSkillTemplateCategoryGUI.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(), listItems(), and showUsage().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSkillTemplateCategoryGUI::showUsage | ( | ) |
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 318 of file class.ilSkillTemplateCategoryGUI.php.
References $tpl, ilGlobalTemplateInterface\setContent(), and setTabs().
Here is the call graph for this function:| ilSkillTemplateCategoryGUI::updateItem | ( | ) |
Definition at line 300 of file class.ilSkillTemplateCategoryGUI.php.
References ILIAS\Repository\form().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file class.ilSkillTemplateCategoryGUI.php.
Referenced by executeCommand(), initForm(), and setTabs().
|
protected |
Definition at line 34 of file class.ilSkillTemplateCategoryGUI.php.
Referenced by setTabs().
|
protected |
Definition at line 33 of file class.ilSkillTemplateCategoryGUI.php.
Referenced by addCreationButtons(), initForm(), listItems(), and setTabs().
|
protected |
Definition at line 32 of file class.ilSkillTemplateCategoryGUI.php.
Referenced by executeCommand(), and setTabs().
|
protected |
Definition at line 31 of file class.ilSkillTemplateCategoryGUI.php.
Referenced by executeCommand(), listItems(), setTabs(), and showUsage().
|
protected |
Definition at line 36 of file class.ilSkillTemplateCategoryGUI.php.