|
ILIAS
release_8 Revision v8.24
|
Basic skill GUI class. More...
Inheritance diagram for ilBasicSkillGUI:
Collaboration diagram for ilBasicSkillGUI:Public Member Functions | |
| __construct (Tree\SkillTreeNodeManager $node_manager, int $a_node_id=0) | |
| getType () | |
| executeCommand () | |
| showProperties () | |
| saveItem () | |
| afterSave () | |
| updateItem () | |
| edit () | |
| initForm (string $a_mode="edit") | |
| editProperties () | |
| addLevel () | |
| editLevel () | |
| saveLevel () | |
| updateLevel () | |
| initLevelForm (string $a_mode="edit") | |
| updateLevelOrder () | |
| confirmLevelDeletion () | |
| deleteLevel () | |
| setLevelHead () | |
| setTabs (string $a_tab="levels") | |
| redirectToParent (bool $a_tmp_mode=false) | |
| Redirect to parent (identified by current node_id) More... | |
| showLevelResources () | |
| addLevelResource () | |
| saveLevelResource () | |
| confirmLevelResourcesRemoval () | |
| removeLevelResources () | |
| saveResourceSettings () | |
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 () | |
Additional Inherited Members | |
Data Fields inherited from ilSkillTreeNodeGUI | |
| object | $node_object = null |
| bool | $in_use = false |
| bool | $use_checked = false |
| ilAccessHandler | $access |
Basic skill GUI class.
Definition at line 32 of file class.ilBasicSkillGUI.php.
| ilBasicSkillGUI::__construct | ( | Tree\SkillTreeNodeManager | $node_manager, |
| int | $a_node_id = 0 |
||
| ) |
Reimplemented from ilSkillTreeNodeGUI.
Reimplemented in ilSkillTemplateReferenceGUI.
Definition at line 73 of file class.ilBasicSkillGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), ILIAS\Repository\help(), ILIAS\Repository\lng(), ILIAS\Repository\tabs(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:| ilBasicSkillGUI::addLevel | ( | ) |
Definition at line 264 of file class.ilBasicSkillGUI.php.
References ilSkillTreeNodeGUI\$form, $tpl, initLevelForm(), and ilGlobalTemplateInterface\setContent().
Here is the call graph for this function:| ilBasicSkillGUI::addLevelResource | ( | ) |
Definition at line 663 of file class.ilBasicSkillGUI.php.
References $tabs, $tpl, ilGlobalTemplateInterface\setContent(), and setLevelHead().
Here is the call graph for this function:| ilBasicSkillGUI::afterSave | ( | ) |
Reimplemented from ilSkillTreeNodeGUI.
Reimplemented in ilBasicSkillTemplateGUI, and ilSkillTemplateReferenceGUI.
Definition at line 149 of file class.ilBasicSkillGUI.php.
References $ctrl, and ilCtrl\setParameterByClass().
Here is the call graph for this function:| ilBasicSkillGUI::confirmLevelDeletion | ( | ) |
Definition at line 428 of file class.ilBasicSkillGUI.php.
References $ctrl, $i, $lng, $tpl, ilBasicSkill\lookupLevelTitle(), ilGlobalTemplateInterface\setContent(), setTabs(), and ilLanguage\txt().
Here is the call graph for this function:| ilBasicSkillGUI::confirmLevelResourcesRemoval | ( | ) |
Definition at line 708 of file class.ilBasicSkillGUI.php.
References $ctrl, $i, $lng, $tabs, $tpl, ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilGlobalTemplateInterface\setContent(), setLevelHead(), and ilLanguage\txt().
Here is the call graph for this function:| ilBasicSkillGUI::deleteLevel | ( | ) |
Definition at line 459 of file class.ilBasicSkillGUI.php.
References $ctrl, $id, $lng, ilCtrl\redirect(), and ilLanguage\txt().
Here is the call graph for this function:| ilBasicSkillGUI::edit | ( | ) |
Reimplemented in ilBasicSkillTemplateGUI.
Definition at line 175 of file class.ilBasicSkillGUI.php.
References $ctrl, $lng, $toolbar, $tpl, ilSkillTreeNodeGUI\isInUse(), ilGlobalTemplateInterface\setContent(), setTabs(), and ilLanguage\txt().
Here is the call graph for this function:| ilBasicSkillGUI::editLevel | ( | ) |
Definition at line 272 of file class.ilBasicSkillGUI.php.
References ilSkillTreeNodeGUI\$form, $lng, $tpl, initLevelForm(), ilSkillTreeNodeGUI\isInUse(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Here is the call graph for this function:| ilBasicSkillGUI::editProperties | ( | ) |
Reimplemented from ilSkillTreeNodeGUI.
Reimplemented in ilSkillTemplateReferenceGUI.
Definition at line 251 of file class.ilBasicSkillGUI.php.
References setTabs().
Here is the call graph for this function:| ilBasicSkillGUI::executeCommand | ( | ) |
Reimplemented in ilSkillTemplateReferenceGUI.
Definition at line 107 of file class.ilBasicSkillGUI.php.
| ilBasicSkillGUI::getType | ( | ) |
Reimplemented in ilBasicSkillTemplateGUI, and ilSkillTemplateReferenceGUI.
Definition at line 102 of file class.ilBasicSkillGUI.php.
| ilBasicSkillGUI::initForm | ( | string | $a_mode = "edit" | ) |
Reimplemented from ilSkillTreeNodeGUI.
Reimplemented in ilBasicSkillTemplateGUI, and ilSkillTemplateReferenceGUI.
Definition at line 204 of file class.ilBasicSkillGUI.php.
References $ctrl, $lng, ilSkillTreeNodeGUI\addStatusInput(), ILIAS\Repository\form(), and ilLanguage\txt().
Here is the call graph for this function:| ilBasicSkillGUI::initLevelForm | ( | string | $a_mode = "edit" | ) |
Definition at line 363 of file class.ilBasicSkillGUI.php.
References $ctrl, $data, ilSkillTreeNodeGUI\$form, $lng, $tabs, setLevelHead(), and ilLanguage\txt().
Referenced by addLevel(), editLevel(), saveLevel(), and updateLevel().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBasicSkillGUI::redirectToParent | ( | bool | $a_tmp_mode = false | ) |
Redirect to parent (identified by current node_id)
Reimplemented from ilSkillTreeNodeGUI.
Reimplemented in ilBasicSkillTemplateGUI, and ilSkillTemplateReferenceGUI.
Definition at line 609 of file class.ilBasicSkillGUI.php.
References $ctrl, and ilSkillTreeNode\_lookupType().
Here is the call graph for this function:| ilBasicSkillGUI::removeLevelResources | ( | ) |
Definition at line 742 of file class.ilBasicSkillGUI.php.
References $ctrl, $i, $lng, and ilLanguage\txt().
Here is the call graph for this function:| ilBasicSkillGUI::saveItem | ( | ) |
Reimplemented in ilBasicSkillTemplateGUI, and ilSkillTemplateReferenceGUI.
Definition at line 133 of file class.ilBasicSkillGUI.php.
References ILIAS\Repository\form(), and ilTree\POS_LAST_NODE.
Here is the call graph for this function:| ilBasicSkillGUI::saveLevel | ( | ) |
Definition at line 290 of file class.ilBasicSkillGUI.php.
References $ctrl, ilSkillTreeNodeGUI\$form, $lng, $tpl, initLevelForm(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Here is the call graph for this function:| ilBasicSkillGUI::saveLevelResource | ( | ) |
Definition at line 685 of file class.ilBasicSkillGUI.php.
References $ctrl, $lng, $ref_id, $requested_root_id, and ilLanguage\txt().
Here is the call graph for this function:| ilBasicSkillGUI::saveResourceSettings | ( | ) |
Definition at line 765 of file class.ilBasicSkillGUI.php.
References $ctrl, and $resources.
| ilBasicSkillGUI::setLevelHead | ( | ) |
Reimplemented in ilBasicSkillTemplateGUI.
Definition at line 479 of file class.ilBasicSkillGUI.php.
References $ctrl, $help, $lng, $tabs, $tpl, ilBasicSkill\lookupLevelTitle(), ilGlobalTemplateInterface\setDescription(), ilHelpGUI\setScreenIdComponent(), ilGlobalTemplateInterface\setTitle(), and ilLanguage\txt().
Referenced by addLevelResource(), confirmLevelResourcesRemoval(), initLevelForm(), and showLevelResources().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBasicSkillGUI::setTabs | ( | string | $a_tab = "levels" | ) |
Reimplemented in ilBasicSkillTemplateGUI.
Definition at line 522 of file class.ilBasicSkillGUI.php.
References $ctrl, $help, $lng, $tabs, $tpl, ilSkillTreeNode\_lookupTitle(), ilSkillTreeNode\_lookupType(), ilSkillTreeNodeGUI\addObjectsTab(), ilSkillTreeNodeGUI\addUsageTab(), ilGlobalTemplateInterface\setDescription(), ilHelpGUI\setScreenIdComponent(), ilSkillTreeNodeGUI\setSkillNodeDescription(), ilGlobalTemplateInterface\setTitle(), and ilLanguage\txt().
Referenced by confirmLevelDeletion(), edit(), editProperties(), and showProperties().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBasicSkillGUI::showLevelResources | ( | ) |
Definition at line 630 of file class.ilBasicSkillGUI.php.
References $ctrl, $lng, $tabs, $toolbar, $tpl, ilGlobalTemplateInterface\setContent(), setLevelHead(), and ilLanguage\txt().
Here is the call graph for this function:| ilBasicSkillGUI::showProperties | ( | ) |
Definition at line 124 of file class.ilBasicSkillGUI.php.
References $tpl, ilGlobalTemplateInterface\setContent(), and setTabs().
Here is the call graph for this function:| ilBasicSkillGUI::updateItem | ( | ) |
Definition at line 161 of file class.ilBasicSkillGUI.php.
References ILIAS\Repository\form().
Here is the call graph for this function:| ilBasicSkillGUI::updateLevel | ( | ) |
Definition at line 324 of file class.ilBasicSkillGUI.php.
References $ctrl, ilSkillTreeNodeGUI\$form, $lng, $tpl, initLevelForm(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Here is the call graph for this function:| ilBasicSkillGUI::updateLevelOrder | ( | ) |
Definition at line 412 of file class.ilBasicSkillGUI.php.
References $ctrl, $lng, ilArrayUtil\stripSlashesArray(), and ilLanguage\txt().
Here is the call graph for this function:
|
protected |
Definition at line 34 of file class.ilBasicSkillGUI.php.
Referenced by afterSave(), confirmLevelDeletion(), confirmLevelResourcesRemoval(), deleteLevel(), edit(), executeCommand(), initForm(), initLevelForm(), redirectToParent(), removeLevelResources(), saveLevel(), saveLevelResource(), saveResourceSettings(), setLevelHead(), setTabs(), showLevelResources(), updateLevel(), and updateLevelOrder().
|
protected |
Definition at line 37 of file class.ilBasicSkillGUI.php.
Referenced by setLevelHead(), and setTabs().
|
protected |
Definition at line 39 of file class.ilBasicSkillGUI.php.
Referenced by confirmLevelDeletion(), confirmLevelResourcesRemoval(), deleteLevel(), edit(), editLevel(), executeCommand(), initForm(), initLevelForm(), removeLevelResources(), saveLevel(), saveLevelResource(), setLevelHead(), setTabs(), showLevelResources(), updateLevel(), and updateLevelOrder().
|
protected |
Definition at line 42 of file class.ilBasicSkillGUI.php.
|
protected |
Definition at line 45 of file class.ilBasicSkillGUI.php.
|
protected |
Definition at line 56 of file class.ilBasicSkillGUI.php.
|
protected |
Definition at line 51 of file class.ilBasicSkillGUI.php.
|
protected |
Definition at line 61 of file class.ilBasicSkillGUI.php.
|
protected |
Definition at line 46 of file class.ilBasicSkillGUI.php.
Referenced by saveLevelResource().
|
protected |
Definition at line 66 of file class.ilBasicSkillGUI.php.
|
protected |
Definition at line 71 of file class.ilBasicSkillGUI.php.
|
protected |
Definition at line 36 of file class.ilBasicSkillGUI.php.
Referenced by addLevelResource(), confirmLevelResourcesRemoval(), executeCommand(), initLevelForm(), setLevelHead(), setTabs(), and showLevelResources().
|
protected |
Definition at line 38 of file class.ilBasicSkillGUI.php.
Referenced by edit(), and showLevelResources().
|
protected |
Definition at line 35 of file class.ilBasicSkillGUI.php.
Referenced by addLevel(), addLevelResource(), confirmLevelDeletion(), confirmLevelResourcesRemoval(), edit(), editLevel(), saveLevel(), setLevelHead(), setTabs(), showLevelResources(), showProperties(), and updateLevel().
|
protected |
Definition at line 44 of file class.ilBasicSkillGUI.php.
|
protected |
Definition at line 40 of file class.ilBasicSkillGUI.php.
|
protected |
Definition at line 41 of file class.ilBasicSkillGUI.php.