19 declare(strict_types=1);
40 bool $incl_desc =
true,
41 string $base_cmd =
"HeaderTitle" 45 $this->
access = $DIC->access();
46 $this->lom_services = $DIC->learningObjectMetadata();
64 $this->
setRowTemplate(
"tpl.installation_heading_table_row.html",
"components/ILIAS/SystemFolder");
80 protected function fillRow(array $set): void
84 if ($this->incl_desc) {
85 $this->tpl->setCurrentBlock(
"desc_row");
87 $this->tpl->setVariable(
"DNR", $this->nr);
88 $this->tpl->parseCurrentBlock();
91 $this->tpl->setVariable(
"NR", $this->nr);
95 foreach ($this->lom_services->dataHelper()->getAllLanguages() as $language) {
96 $languages[$language->value()] = $language->presentableLabel();
98 $this->tpl->setVariable(
102 "lang[" . $this->nr .
"]",
109 if ($set[
"default"]) {
110 $this->tpl->setVariable(
"DEF_CHECKED",
"checked=\"checked\"");
setFormAction(string $a_form_action, bool $a_multipart=false)
LOMServices $lom_services
setEnableTitle(bool $a_enabletitle)
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
TableGUI class for title/description translations.
__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)
addMultiCommand(string $a_cmd, string $a_text)
__construct(?object $parent_obj, string $parent_cmd, bool $incl_desc=true, string $base_cmd="HeaderTitle")
setEnableHeader(bool $a_enableheader)