19 declare(strict_types=1);
    46         $this->
setTitle($this->
lng->txt(
'sty_cat_assignments'));
    51         $this->
setFormAction($DIC->ctrl()->getFormAction($a_parent_obj));
    52         $this->
setRowTemplate(
'tpl.sty_cat_ass_row.html', 
'components/ILIAS/Style/System');
    54         $this->
addMultiCommand(
'deleteAssignments', $DIC->language()->txt(
'remove_assignment'));
    69     protected function fillRow(array $a_set): void
    71         $this->tpl->setVariable(
'REF_ID', $a_set[
'ref_id']);
    72         $this->tpl->setVariable(
 
setFormAction(string $a_form_action, bool $a_multipart=false)
 
static _lookupObjId(int $ref_id)
 
TableGUI class for system style to category assignments. 
 
__construct(ilSystemStyleConfigGUI $a_parent_obj, string $a_parent_cmd, string $skin_id, string $style_id, string $sub_style_id)
 
static _lookupTitle(int $obj_id)
 
static getSubStyleCategoryAssignments(string $a_skin_id, string $a_style_id, string $a_sub_style_id)
Get all system category assignments of exactly one substyle. 
 
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template. 
 
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)
 
fillRow(array $a_set)
Fill table row.