36 $this->
ctrl = $DIC->ctrl();
37 $this->
lng = $DIC->language();
38 $ilCtrl = $DIC->ctrl();
39 $lng = $DIC->language();
43 $title =
"wiki_show_print_view";
56 $this->
setRowTemplate(
"tpl.table_row_export_order.html",
"components/ILIAS/Wiki");
59 $this->
getItems($a_all_pages, $a_page_ids);
68 foreach ($a_page_ids as $page_id) {
71 "title" => $a_all_pages[$page_id][
"title"]
78 protected function fillRow(array $a_set): void
82 $this->tpl->setVariable(
"PAGE_ID", $a_set[
"id"]);
83 $this->tpl->setVariable(
"TITLE", $a_set[
"title"]);
84 $this->tpl->setVariable(
"ORDER", $this->order);
getItems(array $a_all_pages, array $a_page_ids)
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)
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.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__construct(object $a_parent_obj, string $a_parent_cmd, array $a_all_pages, array $a_page_ids)
__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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...