46 $this->ctrl = $DIC->ctrl();
47 $this->tpl = $DIC[
"tpl"];
48 $this->tabs = $DIC->tabs();
49 $this->toolbar = $DIC->toolbar();
50 $this->lng = $DIC->language();
51 $ilCtrl = $DIC->ctrl();
53 $ilCtrl->saveParameter($this,
"obj_id");
75 $next_class = $ilCtrl->getNextClass($this);
76 $cmd = $ilCtrl->getCmd();
78 switch ($next_class) {
97 $enable_skmg = $skmg_set->get(
"enable_skmg");
102 $this->
getParentGUI()->showTree(
true, $this,
"listTemplates");
103 $ilTabs->activateTab(
"skill_templates");
112 (
int)
$_GET[
"obj_id"],
116 $tpl->setContent($table->getHTML());
131 $enable_skmg = $skmg_set->get(
"enable_skmg");
136 $this->
getParentGUI()->showTree(
false, $this,
"listSkills");
137 $ilTabs->activateTab(
"skills");
146 (
int)
$_GET[
"obj_id"],
150 $tpl->setContent($table->getHTML());
160 if (
$_GET[
"tmpmode"]) {
161 $ilCtrl->redirect($this,
"listTemplates");
163 $ilCtrl->redirect($this,
"listSkills");
175 $ilTabs->activateTab(
"skills");
191 $fi->setRequired(
true);
195 $form->addCommandButton(
"importSkills",
$lng->txt(
"import"));
196 $form->addCommandButton(
"listSkills",
$lng->txt(
"cancel"));
198 $form->setTitle(
$lng->txt(
"skmg_import_skills"));
199 $form->setFormAction($ilCtrl->getFormAction($this));
215 if ($form->checkInput()) {
217 $imp->importEntity($_FILES[
"import_file"][
"tmp_name"], $_FILES[
"import_file"][
"name"],
"skmg",
"Services/Skill");
219 ilUtil::sendSuccess(
$lng->txt(
"msg_obj_modified"),
true);
220 $ilCtrl->redirect($this,
"listSkills");
222 $ilTabs->activateTab(
"skills");
223 $form->setValuesByPost();
224 $tpl->setContent($form->getHtml());
static addCreationButtons()
Add creation buttons.
initInputForm()
Init input form.
importSkills()
Import skills.
cancelDelete()
cancel delete
getParentGUI()
Get Parent GUI class (ilObjSCORM2004LearningModuleGUI).
checkPermissionBool($a_perm)
Check permission pool.
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
Basic GUI class for skill tree nodes.
listTemplates()
List templates.
static addCreationButtons()
Add creation buttons.
__construct($a_node_id=0)
Constructor.
__construct(Container $dic, ilPlugin $plugin)
executeCommand()
Execute command.
showImportForm()
Show import form.