26 protected \ILIAS\Wiki\Page\PageManager
$pm;
37 $this->
ctrl = $DIC->ctrl();
38 $this->
lng = $DIC->language();
39 $this->
access = $DIC->access();
40 $ilCtrl = $DIC->ctrl();
41 $lng = $DIC->language();
43 $this->ot =
$service->domain()->wiki()->translation($a_wiki_id);
47 $this->
setData($templates->getAllInfo());
52 if ($this->ot->getContentActivated()) {
55 $this->
addColumn($this->
lng->txt(
"wiki_templ_new_pages"),
"");
56 $this->
addColumn($this->
lng->txt(
"wiki_templ_add_to_page"),
"");
62 $this->
setRowTemplate(
"tpl.wiki_page_templates_row.html",
"components/ILIAS/Wiki");
66 $this->pm =
$service->domain()->page()->page(
67 $service->gui()->request()->getRefId()
71 protected function fillRow(array $a_set): void
73 if ($this->ot->getContentActivated()) {
74 $this->tpl->setCurrentBlock(
"trans");
75 $this->tpl->setVariable(
"TRANSLATIONS", implode(
", ", $this->pm->getLanguages($a_set[
"wpage_id"])));
76 $this->tpl->parseCurrentBlock();
78 $this->tpl->setVariable(
"ID", $a_set[
"wpage_id"]);
79 $this->tpl->setVariable(
"TITLE", $a_set[
"title"]);
80 if ($a_set[
"new_pages"]) {
81 $this->tpl->setVariable(
"NEW_PAGES_CHECKED",
'checked="checked"');
83 if ($a_set[
"add_to_page"]) {
84 $this->tpl->setVariable(
"ADD_TO_PAGE_CHECKED",
'checked="checked"');
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)
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...
setDefaultOrderField(string $a_defaultorderfield)
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="")
ILIAS Wiki Page PageManager $pm
__construct(object $a_parent_obj, string $a_parent_cmd, int $a_wiki_id)
__construct(Container $dic, ilPlugin $plugin)
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)
addMultiCommand(string $a_cmd, string $a_text)