48         $this->
ctrl = $DIC->ctrl();
    49         $this->
lng = $DIC->language();
    50         $this->
access = $DIC->access();
    52         $ilCtrl = $DIC->ctrl();
    53         $lng = $DIC->language();
    55         $this->
setId(
"tax_ass_it");
    58         $this->node_id = $a_node_id;
    59         $this->comp_id = $a_comp_id;
    60         $this->obj_id = $a_obj_id;
    61         $this->item_type = $a_item_type;
    62         $this->info_obj = $a_info_obj;
    66         $tax_ass = 
new ilTaxNodeAssignment($this->comp_id, $this->obj_id, $this->item_type, $this->tax->getId());
    67         $this->
setData($tax_ass->getAssignmentsOfNode($this->node_id));
    77         $this->
setRowTemplate(
"tpl.tax_ass_items_row.html", 
"Services/Taxonomy");
    83         return $a_field == 
"order_nr";
    86     protected function fillRow(array $a_set): void
    88         $this->tpl->setVariable(
"ONODE_ID", $a_set[
"item_id"]);
    89         $this->tpl->setVariable(
"ORDER_NR", (
int) $a_set[
"order_nr"]);
    90         $this->tpl->setVariable(
"TITLE", $this->info_obj->getTitle(
    93             (
int) $a_set[
"item_id"]
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
 
setFormAction(string $a_form_action, bool $a_multipart=false)
 
__construct( $a_parent_obj, string $a_parent_cmd, int $a_node_id, ilObjTaxonomy $a_tax, string $a_comp_id, int $a_obj_id, string $a_item_type, ilTaxAssignedItemInfo $a_info_obj)
Constructor. 
 
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
ilTaxAssignedItemInfo $info_obj
 
setDefaultOrderField(string $a_defaultorderfield)
 
numericOrdering(string $a_field)
 
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template. 
 
setDefaultOrderDirection(string $a_defaultorderdirection)
 
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...
 
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)