35 $this->
ctrl = $DIC->ctrl();
36 $this->
lng = $DIC->language();
37 $ilCtrl = $DIC->ctrl();
38 $lng = $DIC->language();
41 $this->wiki_id = $a_wiki_id;
49 "tpl.table_row_recent_changes.html",
67 protected function fillRow(array $a_set): void
72 $this->tpl->setVariable(
"TXT_PAGE_TITLE",
$title);
73 $this->tpl->setVariable(
77 $ilCtrl->setParameterByClass(
"ilwikipagegui",
"page", rawurlencode(
$title));
78 $ilCtrl->setParameterByClass(
"ilwikipagegui",
"old_nr", $a_set[
"nr"] ??
"");
79 $this->tpl->setVariable(
81 $ilCtrl->getLinkTargetByClass(
"ilwikipagegui",
"preview")
85 $this->tpl->setVariable(
91 $ilCtrl->getLinkTarget($this->getParentObject(), $this->
getParentCmd())
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:
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)
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector.
setDefaultOrderField(string $a_defaultorderfield)
static getRecentChanges(string $a_parent_type, int $a_parent_id, int $a_period=30, string $a_lang="")
Get recent pages changes for parent object.
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="")
static lookupTitle(int $a_page_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)
__construct(object $a_parent_obj, string $a_parent_cmd, int $a_wiki_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setEnableHeader(bool $a_enableheader)