34         $this->
ctrl = $DIC->ctrl();
    35         $this->
lng = $DIC->language();
    36         $this->
access = $DIC->access();
    37         $lng = $DIC->language();
    45         $this->
addColumn($this->
lng->txt(
"rep_object_to_delete"));
    46         $this->
addColumn($this->
lng->txt(
"rep_dependent_object"));
    52             "tpl.rep_dep_row.html",
    53             "components/ILIAS/Repository/Trash"    59         foreach ($a_deps as 
$id => 
$d) {
    60             foreach (
$d as $id2 => $ms) {
    62                     $deps[] = [
"dep_obj" => $id2, 
"del_obj" => 
$id, 
"message" => $m];
    72     protected function fillRow(array $a_set): void
    75         $this->tpl->setVariable(
    79         $this->tpl->setVariable(
    83         $this->tpl->setVariable(
"TXT_MESS", $a_set[
"message"]);
 
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)
 
loadLanguageModule(string $a_module)
Load language module. 
 
static _lookupTitle(int $obj_id)
 
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template. 
 
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...
 
fillRow(array $a_set)
Fill table row. 
 
__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)
 
disable(string $a_module_name)
 
__construct(?object $a_parent_obj, string $a_parent_cmd="", string $a_template_context="")
 
static _lookupType(int $id, bool $reference=false)
 
setEnableHeader(bool $a_enableheader)