77 $this->
ctrl = $DIC->ctrl();
78 $this->tpl = $DIC[
"tpl"];
79 $this->
tabs = $DIC->tabs();
80 $this->
help = $DIC[
"ilHelp"];
81 $this->
toolbar = $DIC->toolbar();
82 $this->
lng = $DIC->language();
83 $this->ui_fac = $DIC->ui()->factory();
84 $this->ui_ren = $DIC->ui()->renderer();
85 $this->request = $DIC->http()->request();
86 $ilCtrl = $DIC->ctrl();
88 $ilCtrl->saveParameter($this, array(
"node_id",
"level_id"));
89 $this->base_skill_id = $a_node_id;
93 $this->requested_level_id = $this->admin_gui_request->getLevelId();
94 $this->requested_root_id = $this->admin_gui_request->getRootId();
95 $this->requested_level_order = $this->admin_gui_request->getOrder();
96 $this->requested_level_ids = $this->admin_gui_request->getLevelIds();
97 $this->requested_resource_ids = $this->admin_gui_request->getResourceIds();
98 $this->requested_suggested = $this->admin_gui_request->getSuggested();
99 $this->requested_trigger = $this->admin_gui_request->getTrigger();
115 $next_class = $ilCtrl->getNextClass($this);
116 $cmd = $ilCtrl->getCmd();
117 switch ($next_class) {
119 $ret = $this->$cmd();
135 if (!$this->tree_access_manager->hasManageCompetencesPermission()) {
140 $it->setTitle($this->
form->getInput(
"title"));
141 $it->setDescription($this->
form->getInput(
"description"));
142 $it->setStatus($this->
form->getInput(
"status"));
143 $it->setSelfEvaluation((
bool) $this->
form->getInput(
"self_eval"));
146 $this->node_object = $it;
156 $this->node_object->getId()
158 $ilCtrl->redirectByClass(
"ilbasicskillgui",
"edit");
163 if (!$this->tree_access_manager->hasManageCompetencesPermission() && $this->
getType() ==
"skll" 164 || !$this->tree_access_manager->hasManageCompetenceTemplatesPermission() && $this->
getType() ==
"sktp") {
168 $this->node_object->setTitle($this->
form->getInput(
"title"));
169 $this->node_object->setDescription($this->
form->getInput(
"description"));
170 $this->node_object->setSelfEvaluation((
bool) $this->
form->getInput(
"self_eval"));
171 $this->node_object->setStatus($this->
form->getInput(
"status"));
172 $this->node_object->update();
185 $this->tpl->setOnScreenMessage(
'info', $lng->
txt(
"skmg_skill_in_use"));
186 } elseif ($this->tree_access_manager->hasManageCompetencesPermission()) {
187 $ilToolbar->addButton(
188 $lng->
txt(
"skmg_add_level"),
189 $ilCtrl->getLinkTarget($this,
"addLevel")
194 $this->base_skill_id,
199 $this->tree_access_manager->hasManageCompetencesPermission()
204 public function initForm(
string $a_mode =
"edit"): void
213 $ti->setMaxLength(200);
215 $ti->setRequired(
true);
216 $this->
form->addItem($ti);
221 $this->
form->addItem($ta);
228 $cb->
setInfo($lng->
txt(
"skmg_selectable_info"));
229 $this->
form->addItem($cb);
232 if ($this->tree_access_manager->hasManageCompetencesPermission()) {
233 if ($a_mode ==
"create") {
234 $this->
form->addCommandButton(
"save", $lng->
txt(
"save"));
235 $this->
form->addCommandButton(
"cancelSave", $lng->
txt(
"cancel"));
236 $this->
form->setTitle($lng->
txt(
"skmg_create_skll"));
238 $this->
form->addCommandButton(
"update", $lng->
txt(
"save"));
239 $this->
form->setTitle($lng->
txt(
"skmg_edit_skll"));
242 foreach ($this->
form->getItems() as $item) {
243 $item->setDisabled(
true);
247 $ilCtrl->setParameter($this,
"node_id", $this->requested_node_id);
248 $this->
form->setFormAction($ilCtrl->getFormAction($this));
254 parent::editProperties();
277 if (!$this->tree_access_manager->hasManageCompetencesPermission() && $this->
getType() ==
"skll" 278 || !$this->tree_access_manager->hasManageCompetenceTemplatesPermission() && $this->
getType() ==
"sktp") {
283 $this->tpl->setOnScreenMessage(
'info', $lng->
txt(
"skmg_skill_in_use"));
296 if (!$this->tree_access_manager->hasManageCompetencesPermission() && $this->
getType() ==
"skll" 297 || !$this->tree_access_manager->hasManageCompetenceTemplatesPermission() && $this->
getType() ==
"sktp") {
302 if ($this->request->getMethod() ==
"POST" 303 && $this->request->getQueryParams()[
"level_settings"] ==
"level_settings_config") {
305 $result =
$form->getData();
307 if (is_null($result)) {
312 $this->node_object->addLevel(
313 $result[
"section_level"][
"input_ti"],
314 $result[
"section_level"][
"input_desc"]
317 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
"msg_obj_modified"),
true);
318 $ilCtrl->redirect($this,
"edit");
330 if (!$this->tree_access_manager->hasManageCompetencesPermission() && $this->
getType() ==
"skll" 331 || !$this->tree_access_manager->hasManageCompetenceTemplatesPermission() && $this->
getType() ==
"sktp") {
336 if ($this->request->getMethod() ==
"POST" 337 && $this->request->getQueryParams()[
"level_settings"] ==
"level_settings_config") {
339 $result =
$form->getData();
341 if (is_null($result)) {
346 $this->node_object->writeLevelTitle(
347 $this->requested_level_id,
348 $result[
"section_level"][
"input_ti"]
351 $this->node_object->writeLevelDescription(
352 $this->requested_level_id,
353 $result[
"section_level"][
"input_desc"]
356 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
"msg_obj_modified"),
true);
357 $ilCtrl->redirect($this,
"edit");
369 $ilCtrl->saveParameter($this,
"level_id");
371 $ilTabs->activateTab(
"level_settings");
373 $input_ti = $this->ui_fac->input()->field()->text($lng->
txt(
"title"))
374 ->withRequired(
true);
376 $input_desc = $this->ui_fac->input()->field()->textarea($lng->
txt(
"description"));
378 $ilCtrl->setParameter(
381 'level_settings_config' 384 if ($a_mode ==
"create") {
385 $section_level = $this->ui_fac->input()->field()->section(
386 [
"input_ti" => $input_ti,
387 "input_desc" => $input_desc],
388 $lng->
txt(
"skmg_new_level")
390 $form_action = $ilCtrl->getFormAction($this,
"saveLevel");
392 $data = $this->node_object->getLevelData($this->requested_level_id);
393 $input_ti = $input_ti->withValue(
$data[
"title"]);
394 $input_desc = $input_desc->withValue(
$data[
"description"]);
396 $section_level = $this->ui_fac->input()->field()->section(
397 [
"input_ti" => $input_ti,
398 "input_desc" => $input_desc],
399 $lng->
txt(
"skmg_edit_level")
401 $form_action = $ilCtrl->getFormAction($this,
"updateLevel");
404 $form = $this->ui_fac->input()->container()->form()->standard(
406 [
"section_level" => $section_level]
417 if (!$this->tree_access_manager->hasManageCompetencesPermission() && $this->
getType() ==
"skll" 418 || !$this->tree_access_manager->hasManageCompetenceTemplatesPermission() && $this->
getType() ==
"sktp") {
423 $this->node_object->updateLevelOrder($order);
424 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
"msg_obj_modified"),
true);
425 $ilCtrl->redirect($this,
"edit");
434 if (!$this->tree_access_manager->hasManageCompetencesPermission() && $this->
getType() ==
"skll" 435 || !$this->tree_access_manager->hasManageCompetenceTemplatesPermission() && $this->
getType() ==
"sktp") {
441 if (empty($this->requested_level_ids)) {
442 $this->tpl->setOnScreenMessage(
'info', $lng->
txt(
"no_checkbox"),
true);
443 $ilCtrl->redirect($this,
"edit");
446 $cgui->setFormAction($ilCtrl->getFormAction($this));
447 $cgui->setHeaderText($lng->
txt(
"skmg_really_delete_levels"));
448 $cgui->setCancel($lng->
txt(
"cancel"),
"edit");
449 $cgui->setConfirm($lng->
txt(
"delete"),
"deleteLevel");
451 foreach ($this->requested_level_ids as
$i) {
464 if (!$this->tree_access_manager->hasManageCompetencesPermission() && $this->
getType() ==
"skll" 465 || !$this->tree_access_manager->hasManageCompetenceTemplatesPermission() && $this->
getType() ==
"sktp") {
469 if (!empty($this->requested_level_ids)) {
470 foreach ($this->requested_level_ids as
$id) {
471 $this->node_object->deleteLevel($id);
473 $this->node_object->fixLevelNumbering();
475 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
"msg_obj_modified"),
true);
488 $ilTabs->clearTargets();
491 $ilTabs->setBackTarget(
493 $ilCtrl->getLinkTarget($this,
"edit")
496 if ($this->requested_level_id > 0) {
499 $lng->
txt(
"settings"),
500 $ilCtrl->getLinkTarget($this,
"editLevel")
505 $lng->
txt(
"skmg_resources"),
506 $ilCtrl->getLinkTarget($this,
"showLevelResources")
511 if ($this->requested_level_id > 0) {
512 $tpl->
setTitle($lng->
txt(
"skmg_skill_level") .
": " .
518 $desc = $this->skill_tree_node_manager->getWrittenPath($this->node_object->getId());
522 public function setTabs(
string $a_tab =
"levels"): void
530 $ilTabs->clearTargets();
535 if (is_object($this->node_object)) {
540 $lng->
txt(
"skmg_skill_levels"),
541 $ilCtrl->getLinkTarget($this,
'edit')
547 $lng->
txt(
"settings"),
548 $ilCtrl->getLinkTarget($this,
'editProperties')
557 $parent_node_id = $this->tree_repo->getParentNodeIdForNodeId($this->requested_node_id);
561 if ($parent_type ===
"scat") {
562 $ilCtrl->setParameterByClass(
563 "ilskillcategorygui",
567 $ilTabs->setBackTarget(
569 $ilCtrl->getLinkTargetByClass(
"ilskillcategorygui",
"listItems")
571 $ilCtrl->setParameterByClass(
572 "ilskillcategorygui",
577 $ilCtrl->setParameterByClass(
580 $this->skill_tree_node_manager->getRootId()
582 $ilTabs->setBackTarget(
583 $lng->
txt(
"skmg_skills"),
584 $ilCtrl->getLinkTargetByClass(
"ilskillrootgui",
"listSkills")
586 $ilCtrl->setParameterByClass(
589 $this->requested_node_id
593 $ilTabs->activateTab($a_tab);
596 $this->node_object->getTitle());
603 parent::setTitleIcon();
617 $ilCtrl->setParameterByClass(
"ilskillrootgui",
"node_id", $this->requested_node_id);
618 $ilCtrl->redirectByClass(
"ilskillrootgui",
"listSkills");
622 parent::redirectToParent();
638 if ($this->tree_access_manager->hasManageCompetencesPermission() && $this->
getType() ==
"skll" 639 || $this->tree_access_manager->hasManageCompetenceTemplatesPermission() && $this->
getType() ==
"sktp") {
640 $ilToolbar->addButton(
641 $lng->
txt(
"skmg_add_resource"),
642 $ilCtrl->getLinkTarget($this,
"addLevelResource")
649 $ilTabs->activateTab(
"level_resources");
653 "showLevelResources",
654 $this->base_skill_id,
656 $this->requested_level_id,
657 $this->tree_access_manager->hasManageCompetencesPermission()
669 $ilTabs->activateTab(
"level_resources");
680 if (!$exp->handleCommand()) {
691 if (!$this->tree_access_manager->hasManageCompetencesPermission() && $this->
getType() ==
"skll" 692 || !$this->tree_access_manager->hasManageCompetenceTemplatesPermission() && $this->
getType() ==
"sktp") {
698 $sres->setResourceAsImparting($this->requested_level_id,
$ref_id);
699 $sres->setResourceAsTrigger($this->requested_level_id,
$ref_id,
false);
702 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
"msg_obj_modified"),
true);
705 $ilCtrl->redirect($this,
"showLevelResources");
715 if (!$this->tree_access_manager->hasManageCompetencesPermission() && $this->
getType() ==
"skll" 716 || !$this->tree_access_manager->hasManageCompetenceTemplatesPermission() && $this->
getType() ==
"sktp") {
721 $ilTabs->activateTab(
"level_resources");
723 if (empty($this->requested_resource_ids)) {
724 $this->tpl->setOnScreenMessage(
'info', $lng->
txt(
"no_checkbox"),
true);
725 $ilCtrl->redirect($this,
"showLevelResources");
728 $cgui->setFormAction($ilCtrl->getFormAction($this));
729 $cgui->setHeaderText($lng->
txt(
"skmg_confirm_level_resources_removal"));
730 $cgui->setCancel($lng->
txt(
"cancel"),
"showLevelResources");
731 $cgui->setConfirm($lng->
txt(
"remove"),
"removeLevelResources");
733 foreach ($this->requested_resource_ids as
$i) {
735 $cgui->addItem(
"id[]", $i, $title);
747 if (!$this->tree_access_manager->hasManageCompetencesPermission() && $this->
getType() ==
"skll" 748 || !$this->tree_access_manager->hasManageCompetenceTemplatesPermission() && $this->
getType() ==
"sktp") {
752 if (!empty($this->requested_resource_ids)) {
754 foreach ($this->requested_resource_ids as
$i) {
755 $sres->setResourceAsImparting($this->requested_level_id, $i,
false);
756 $sres->setResourceAsTrigger($this->requested_level_id, $i,
false);
759 $this->tpl->setOnScreenMessage(
'success', $lng->
txt(
"msg_obj_modified"),
true);
762 $ilCtrl->redirect($this,
"showLevelResources");
771 foreach (
$resources->getResourcesOfLevel($this->requested_level_id) as $r) {
773 if (!empty($this->requested_suggested)
774 && isset($this->requested_suggested[$r[
"rep_ref_id"]])
775 && $this->requested_suggested[$r[
"rep_ref_id"]]
780 if (!empty($this->requested_trigger)
781 && isset($this->requested_trigger[$r[
"rep_ref_id"]])
782 && $this->requested_trigger[$r[
"rep_ref_id"]]
786 $resources->setResourceAsImparting($this->requested_level_id, $r[
"rep_ref_id"], $imparting);
787 $resources->setResourceAsTrigger($this->requested_level_id, $r[
"rep_ref_id"], $trigger);
791 $ilCtrl->redirect($this,
"showLevelResources");
An entity that renders components to a string output.
initLevelForm(string $a_mode="edit")
Explorer for selecting repository items.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
redirect(object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false)
setSkillNodeDescription()
addUsageTab(ilTabsGUI $a_tabs)
ilGlobalTemplateInterface $tpl
static _lookupTitle(int $a_obj_id, int $a_tref_id=0)
setParameterByClass(string $a_class, string $a_parameter, $a_value)
setTabs(string $a_tab="levels")
ServerRequestInterface $request
static lookupLevelTitle(int $a_id)
initForm(string $a_mode="edit")
static _lookupType(int $a_obj_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupObjId(int $ref_id)
__construct(Tree\SkillTreeNodeManager $node_manager, int $a_node_id=0)
static _lookupTitle(int $obj_id)
setContent(string $a_html)
Sets content for standard template.
Basic GUI class for skill tree nodes.
setScreenIdComponent(string $a_comp)
addObjectsTab(ilTabsGUI $a_tabs)
array $requested_level_ids
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
confirmLevelResourcesRemoval()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTitle(string $a_title, bool $hidden=false)
Sets title in standard template.
form( $class_path, string $cmd)
array $requested_resource_ids
array $requested_level_order
__construct(Container $dic, ilPlugin $plugin)
setDescription(string $a_descr)
Sets description below title in standard template.
This class represents a text area property in a property form.
array $requested_suggested
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static stripSlashesArray(array $a_arr, bool $a_strip_html=true, string $a_allow="")
addStatusInput(ilPropertyFormGUI $a_form)
redirectToParent(bool $a_tmp_mode=false)
Redirect to parent (identified by current node_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...