45 $this->
ctrl = $DIC->ctrl();
46 $this->
lng = $DIC->language();
47 $this->tpl = $DIC[
"tpl"];
49 $this->container_skills = $a_cont_skills;
50 $this->container_global_profiles = $a_cont_glb_profiles;
51 $this->container_local_profiles = $a_cont_lcl_profiles;
54 $this->container_skills,
55 $this->container_global_profiles,
56 $this->container_local_profiles
61 $this->
setTitle($this->
lng->txt(
"cont_cont_skills"));
64 $this->
addColumn($this->
lng->txt(
"cont_skill"),
"",
"1");
66 $this->
addColumn($this->
lng->txt(
"cont_skill_profile"),
"",
"1");
69 $this->
setRowTemplate(
"tpl.cont_skill_row.html",
"Services/Container/Skills");
78 $skills = $this->container_skill_collector->getSkillsForTableGUI();
83 protected function fillRow(array $a_set): void
87 $tpl->setVariable(
"TITLE", $a_set[
"title"]);
92 if (isset($a_set[
"profile"])) {
93 $tpl->setVariable(
"PROFILE", $a_set[
"profile"]);
95 $tpl->setCurrentBlock(
"checkbox");
96 $tpl->setVariable(
"ID", $a_set[
"base_skill_id"] .
":" . $a_set[
"tref_id"]);
97 $tpl->parseCurrentBlock();
ilContainerSkills $container_skills
ilContSkillCollector $container_skill_collector
setFormAction(string $a_form_action, bool $a_multipart=false)
__construct( $a_parent_obj, string $a_parent_cmd, ilContainerSkills $a_cont_skills, ilContainerGlobalProfiles $a_cont_glb_profiles, ilContainerLocalProfiles $a_cont_lcl_profiles)
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilContainerLocalProfiles $container_local_profiles
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
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)
ilContainerGlobalProfiles $container_global_profiles
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)
Collector of skills for a container.