19 declare(strict_types=1);
28 public function __construct(
object $a_parent_obj,
string $a_parent_cmd)
30 $this->
setId(
"adopt_permission");
34 $this->
addColumn($this->
lng->txt(
"title"),
"title",
"70%");
35 $this->
addColumn($this->
lng->txt(
"type"),
"type",
"30%");
39 "tpl.obj_role_adopt_permission_row.html",
40 "components/ILIAS/AccessControl" 51 protected function fillRow(array $a_set): void
53 $this->tpl->setVariable(
"PARAM",
"adopt");
54 $this->tpl->setVariable(
"VAL_ID", $a_set[
"role_id"]);
55 $this->tpl->setVariable(
"VAL_TITLE", $a_set[
"role_name"]);
56 if (is_string($a_set[
"role_desc"]) && $a_set[
"role_desc"] !==
'') {
57 $this->tpl->setVariable(
"VAL_DESCRIPTION", $a_set[
"role_desc"]);
59 $this->tpl->setVariable(
"VAL_TYPE", $a_set[
"type"]);
setFormAction(string $a_form_action, bool $a_multipart=false)
Copy Permission Settings.
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
fillRow(array $a_set)
Fill a single data row.
__construct(object $a_parent_obj, string $a_parent_cmd)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
__construct(Container $dic, ilPlugin $plugin)
setLimit(int $a_limit=0, int $a_default_limit=0)
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)
setEnableHeader(bool $a_enableheader)