36 $this->
lng = $DIC->language();
37 $this->
ctrl = $DIC->ctrl();
46 $this->
addColumn($this->
lng->txt(
"prtf_role_title"),
"role_title");
47 $this->
addColumn($this->
lng->txt(
"prtf_template_title"),
"template_title");
50 $this->
setRowTemplate(
"tpl.prtf_role_assignment_row.html",
"components/ILIAS/Portfolio/Administration");
52 $this->
addMultiCommand(
"confirmAssignmentDeletion", $this->
lng->txt(
"prtf_delete_assignment"));
57 return $this->manager->getAllAssignmentData();
60 protected function fillRow(array $a_set): void
63 $tpl->setVariable(
"ROLE_ID", $a_set[
"role_id"]);
64 $tpl->setVariable(
"TEMPLATE_ID", $a_set[
"template_ref_id"]);
65 $tpl->setVariable(
"TEMPLATE_TITLE", $a_set[
"template_title"]);
66 $tpl->setVariable(
"ROLE_TITLE", $a_set[
"role_title"]);
setFormAction(string $a_form_action, bool $a_multipart=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(object $a_parent_obj, string $a_parent_cmd, PortfolioRoleAssignmentManager $manager)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
PortfolioRoleAssignmentManager $manager
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__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)
addMultiCommand(string $a_cmd, string $a_text)