|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Skill template category GUI class. More...
Inheritance diagram for ilSkillTemplateCategoryGUI:
Collaboration diagram for ilSkillTemplateCategoryGUI:Public Member Functions | |
| __construct (Node\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 (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 () | |
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 |
| 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 |
| DataFactory | $data_factory |
| ExportFactoryInterface | $export_factory |
| 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 template category GUI class.
Definition at line 29 of file class.ilSkillTemplateCategoryGUI.php.
| ilSkillTemplateCategoryGUI::__construct | ( | Node\SkillTreeNodeManager | $node_manager, |
| int | $a_node_id = 0, |
||
| int | $a_tref_id = 0 |
||
| ) |
Definition at line 39 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 225 of file class.ilSkillTemplateCategoryGUI.php.
References ilSkillTreeNodeGUI\$admin_gui_request, $DIC, $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 314 of file class.ilSkillTemplateCategoryGUI.php.
References redirectToParent().
Here is the call graph for this function:| ilSkillTemplateCategoryGUI::editProperties | ( | ) |
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 282 of file class.ilSkillTemplateCategoryGUI.php.
References setTabs().
Here is the call graph for this function:| ilSkillTemplateCategoryGUI::executeCommand | ( | ) |
Definition at line 61 of file class.ilSkillTemplateCategoryGUI.php.
| ilSkillTemplateCategoryGUI::getType | ( | ) |
Definition at line 56 of file class.ilSkillTemplateCategoryGUI.php.
| ilSkillTemplateCategoryGUI::initForm | ( | string | $a_mode = "edit" | ) |
Reimplemented from ilSkillTreeNodeGUI.
Definition at line 158 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 197 of file class.ilSkillTemplateCategoryGUI.php.
References $lng, $tpl, addCreationButtons(), ilSkillTreeNodeGUI\isInUse(), ilSkillCatTableGUI\MODE_SCTP, ILIAS\UICore\GlobalTemplate\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 288 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 79 of file class.ilSkillTemplateCategoryGUI.php.
References $ctrl, $help, $lng, $tabs, $tpl, ilSkillTreeNode\_lookupTitle(), ilSkillTreeNode\_lookupType(), ilSkillTreeNodeGUI\addUsageTab(), ilHelpGUI\setScreenIdComponent(), ilSkillTreeNodeGUI\setSkillNodeDescription(), ILIAS\UICore\GlobalTemplate\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 319 of file class.ilSkillTemplateCategoryGUI.php.
References $tpl, ILIAS\UICore\GlobalTemplate\setContent(), and setTabs().
Here is the call graph for this function:| ilSkillTemplateCategoryGUI::updateItem | ( | ) |
Definition at line 301 of file class.ilSkillTemplateCategoryGUI.php.
References ILIAS\Repository\form().
Here is the call graph for this function:
|
protected |
Definition at line 31 of file class.ilSkillTemplateCategoryGUI.php.
Referenced by executeCommand(), initForm(), and setTabs().
|
protected |
Definition at line 35 of file class.ilSkillTemplateCategoryGUI.php.
Referenced by setTabs().
|
protected |
Definition at line 34 of file class.ilSkillTemplateCategoryGUI.php.
Referenced by addCreationButtons(), initForm(), listItems(), and setTabs().
|
protected |
Definition at line 33 of file class.ilSkillTemplateCategoryGUI.php.
Referenced by executeCommand(), and setTabs().
|
protected |
Definition at line 32 of file class.ilSkillTemplateCategoryGUI.php.
Referenced by executeCommand(), listItems(), setTabs(), and showUsage().
|
protected |
Definition at line 37 of file class.ilSkillTemplateCategoryGUI.php.