36         $this->
ctrl = $DIC->ctrl();
    37         $this->
lng = $DIC->language();
    38         $this->
access = $DIC->access();
    39         $lng = $DIC->language();
    41         $this->use_icons = $a_use_icons;
    47         if ($this->use_icons) {
    53         $this->
setRowTemplate(
"tpl.confirmation_row.html", 
"Services/Utilities");
    58     protected function fillRow(array $a_set): void
    60         if ($this->use_icons) {
    61             if ($a_set[
"img"] != 
"") {
    62                 $this->tpl->setCurrentBlock(
"img_cell");
    63                 $this->tpl->setVariable(
"IMG_ITEM", $a_set[
"img"]);
    64                 $this->tpl->setVariable(
"ALT_ITEM", $a_set[
"alt"]);
    65                 $this->tpl->parseCurrentBlock();
    67                 $this->tpl->touchBlock(
"blank_cell");
    70         $this->tpl->setVariable(
"TXT_ITEM", $a_set[
"text"]);
    71         if (isset($a_set[
'var']) && $a_set[
'var']) {
    72             $this->tpl->setVariable(
'VAR_ITEM', $a_set[
'var']);
    73             $this->tpl->setVariable(
'ID', $a_set[
'id']);
 
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...
 
setEnableTitle(bool $a_enabletitle)
 
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template. 
 
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
 
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)
 
disable(string $a_module_name)
 
__construct(?object $a_parent_obj, string $a_parent_cmd="", string $a_template_context="")
 
setEnableHeader(bool $a_enableheader)