35 public function __construct($a_parent_obj,
string $a_parent_cmd,
string $a_cskill_id)
39 $this->
ctrl = $DIC->ctrl();
40 $this->
lng = $DIC->language();
41 $this->admin_gui_request = $DIC->skills()->internal()->gui()->admin_request();
42 $ilCtrl = $DIC->ctrl();
43 $lng = $DIC->language();
45 $parts = explode(
":", $a_cskill_id);
49 $this->requested_level_id = $this->admin_gui_request->getLevelId();
53 $this->
setData($this->skill->getLevelData());
55 $this->skill->getTitle() .
", " .
63 $this->
setRowTemplate(
"tpl.skill_level_profile_assignment_row.html",
"Services/Skill");
66 protected function fillRow(array $a_set): void
71 $this->tpl->setCurrentBlock(
"cmd");
72 $this->tpl->setVariable(
"CMD",
$lng->
txt(
"skmg_assign_level"));
73 $ilCtrl->
setParameter($this->parent_obj,
"level_id", (
int) $a_set[
"id"]);
74 $this->tpl->setVariable(
"CMD_HREF", $ilCtrl->getLinkTarget(
76 "assignLevelToProfile" 78 $ilCtrl->setParameter($this->parent_obj,
"level_id", $this->requested_level_id);
79 $this->tpl->parseCurrentBlock();
81 $this->tpl->setVariable(
"TITLE", $a_set[
"title"]);
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...
setFormAction(string $a_form_action, bool $a_multipart=false)
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
Request wrapper for guis in skill administration.
__construct($a_parent_obj, string $a_parent_cmd, string $a_cskill_id)
SkillAdminGUIRequest $admin_gui_request
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
TableGUI class for skill profile skill level assignment.
__construct(Container $dic, ilPlugin $plugin)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
setParameter(object $a_gui_obj, string $a_parameter, $a_value)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...