30 public function __construct($a_parent_obj,
string $a_parent_cmd)
34 $this->
ctrl = $DIC->ctrl();
35 $this->
lng = $DIC->language();
36 $this->
access = $DIC->access();
37 $this->
user = $DIC->user();
38 $ilCtrl = $DIC->ctrl();
39 $lng = $DIC->language();
40 $ilAccess = $DIC->access();
41 $lng = $DIC->language();
55 $this->
setRowTemplate(
"tpl.personal_skill_row.html",
"Services/Skill");
60 protected function fillRow(array $a_set): void
67 $this->tpl->setCurrentBlock(
"cmd");
68 $this->tpl->setVariable(
"TXT_CMD",
$lng->
txt(
"skmg_assign_materials"));
69 $this->tpl->setVariable(
71 $ilCtrl->getLinkTargetByClass(
"ilpersonalskillsgui",
"assignMaterials")
73 $this->tpl->parseCurrentBlock();
74 $ilCtrl->setParameterByClass(
"ilpersonalskillsgui",
"skill_id",
"");
76 $this->tpl->setVariable(
"SKL_NODE_ID", $a_set[
"skill_node_id"]);
77 $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)
setParameterByClass(string $a_class, string $a_parameter, $a_value)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
static getSelectedUserSkills(int $a_user_id)
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
__construct($a_parent_obj, string $a_parent_cmd)
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)
addMultiCommand(string $a_cmd, string $a_text)