46 $this->
ctrl = $DIC->ctrl();
47 $this->
lng = $DIC->language();
48 $ilCtrl = $DIC->ctrl();
49 $lng = $DIC->language();
51 $this->requested_ref_id = $DIC
60 $this->pg_list_mode = $a_mode;
61 $this->wiki_id = $a_wiki_id;
62 $this->page_id = $a_page_id;
64 switch ($this->pg_list_mode) {
70 "tpl.table_row_wiki_new_page.html",
79 "tpl.table_row_wiki_popular_page.html",
87 "tpl.table_row_wiki_orphaned_page.html",
97 "tpl.table_row_wiki_page.html",
108 switch ($this->pg_list_mode) {
112 $lng->
txt(
"wiki_what_links_to_page"),
129 switch ($this->pg_list_mode) {
157 foreach (array_keys($pages) as $idx) {
158 if (isset($pages[$idx][
"user"])) {
169 if ($a_field ===
"cnt") {
175 protected function fillRow(array $a_set): void
180 $this->tpl->setVariable(
"TXT_PAGE_TITLE", $a_set[
"title"]);
181 $this->tpl->setVariable(
186 $this->tpl->setVariable(
"TXT_PAGE_TITLE", $a_set[
"title"]);
187 $this->tpl->setVariable(
"HITS", $a_set[
"cnt"]);
189 $this->tpl->setVariable(
"TXT_PAGE_TITLE", $a_set[
"title"]);
190 $this->tpl->setVariable(
195 $this->tpl->setVariable(
198 $this->requested_ref_id,
204 $this->tpl->setVariable(
210 $ilCtrl->getLinkTarget($this->getParentObject(), $this->
getParentCmd())
const IL_WIKI_POPULAR_PAGES
static getNamePresentation( $a_user_id, bool $a_user_image=false, bool $a_profile_link=false, string $a_profile_back_link="", bool $a_force_first_lastname=false, bool $a_omit_login=false, bool $a_sortable=true, bool $a_return_data_array=false, $a_ctrl_path="ilpublicuserprofilegui")
Default behaviour is:
static getNewWikiPages(int $a_wiki_id)
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)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
TableGUI class for wiki pages table.
static getAllWikiPages(int $a_wiki_id)
__construct(object $a_parent_obj, string $a_parent_cmd, int $a_wiki_id, string $a_mode=IL_WIKI_ALL_PAGES, int $a_page_id=0)
numericOrdering(string $a_field)
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector.
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
static getPopularPages(int $a_wiki_id)
static getGotoLink(int $a_ref_id, string $a_page="")
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
const IL_WIKI_WHAT_LINKS_HERE
static lookupTitle(int $a_page_id)
const IL_WIKI_ALL_PAGES
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getOrphanedPages(int $a_wiki_id)
__construct(Container $dic, ilPlugin $plugin)
const IL_WIKI_ORPHANED_PAGES
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)
setEnableHeader(bool $a_enableheader)
static getLinksToPage(int $a_wiki_id, int $a_page_id)