28         bool $a_write_permission = 
false    32         $this->
ctrl = $DIC->ctrl();
    33         $this->
lng = $DIC->language();
    34         $this->tpl = $DIC[
"tpl"];
    45         $this->
setRowTemplate(
"tpl.user_action_admin_row.html", 
"Services/User");
    48         if ($a_write_permission) {
    56     protected function fillRow(array $a_set): void
    58         if ($a_set[
"active"]) {
    59             $this->tpl->touchBlock(
"checked");
    61         $this->tpl->setVariable(
"VAL", $a_set[
"action_type_name"]);
    62         $this->tpl->setVariable(
"ACTION_ID", $a_set[
"action_comp_id"] . 
":" . $a_set[
"action_type_id"]);
 
setFormAction(string $a_form_action, bool $a_multipart=false)
 
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
 
__construct(object $a_parent_obj, string $a_parent_cmd, array $a_data, bool $a_write_permission=false)
 
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template. 
 
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
 
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)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...