ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
◀ ilDoc Overview
class.ilSkillTemplateGUI.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5
include_once(
"./Services/Skill/classes/class.ilSkillTreeNodeGUI.php"
);
6
16
class
ilSkillTemplateGUI
extends
ilSkillTreeNodeGUI
17
{
18
22
function
__construct
($a_node_id = 0)
23
{
24
global
$ilCtrl
;
25
26
$ilCtrl
->saveParameter($this,
"obj_id"
);
27
28
parent::ilSkillTreeNodeGUI($a_node_id);
29
}
30
34
function
getType
()
35
{
36
return
"stmp"
;
37
}
38
42
function
&
executeCommand
()
43
{
44
global
$ilCtrl
,
$tpl
, $ilTabs;
45
46
$tpl
->getStandardTemplate();
47
48
$next_class =
$ilCtrl
->getNextClass($this);
49
$cmd
=
$ilCtrl
->getCmd();
50
51
switch
($next_class)
52
{
53
default
:
54
$ret
= $this->
$cmd
();
55
break
;
56
}
57
}
58
62
function
setTabs
()
63
{
64
global $ilTabs,
$ilCtrl
,
$tpl
,
$lng
;
65
66
$tpl
->setTitleIcon(
ilUtil::getImagePath
(
"icon_skmg.svg"
));
67
$tpl
->setTitle(
68
$lng
->txt(
"skmg_skill_template"
).
": "
.$this->node_object->getTitle());
69
}
70
71
75
function
proceedDragDrop
()
76
{
77
global
$ilCtrl
;
78
79
// $this->slm_object->executeDragDrop($_POST["il_hform_source_id"], $_POST["il_hform_target_id"],
80
// $_POST["il_hform_fc"], $_POST["il_hform_as_subitem"]);
81
// $ilCtrl->redirect($this, "showOrganization");
82
}
83
84
}
85
86
?>
$tpl
global $tpl
Definition:
ilias.php:8
$ret
$ret
Definition:
Structures_BibTex_example.php:7
ilSkillTemplateGUI
Skill template GUI class.
Definition:
class.ilSkillTemplateGUI.php:17
ilSkillTemplateGUI\proceedDragDrop
proceedDragDrop()
Perform drag and drop action.
Definition:
class.ilSkillTemplateGUI.php:75
ilSkillTemplateGUI\executeCommand
& executeCommand()
Execute command.
Definition:
class.ilSkillTemplateGUI.php:42
ilSkillTemplateGUI\__construct
__construct($a_node_id=0)
Constructor.
Definition:
class.ilSkillTemplateGUI.php:22
ilSkillTemplateGUI\setTabs
setTabs()
output tabs
Definition:
class.ilSkillTemplateGUI.php:62
ilSkillTemplateGUI\getType
getType()
Get Node Type.
Definition:
class.ilSkillTemplateGUI.php:34
ilSkillTreeNodeGUI
Basic GUI class for skill tree nodes.
Definition:
class.ilSkillTreeNodeGUI.php:16
ilUtil\getImagePath
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
Definition:
class.ilUtil.php:71
$ilCtrl
global $ilCtrl
Definition:
ilias.php:18
$lng
global $lng
Definition:
privfeed.php:40
$cmd
$cmd
Definition:
sahs_server.php:35
Services
Skill
classes
class.ilSkillTemplateGUI.php
Generated on Wed Sep 24 2025 19:01:04 for ILIAS by
1.9.4 (using
Doxyfile
)