33 $this->
ctrl = $DIC->ctrl();
34 $this->
lng = $DIC->language();
35 $this->
access = $DIC->access();
36 $lng = $DIC->language();
44 $this->allow_moving =
false;
49 return self::$block_type;
65 $cmd = $ilCtrl->getCmd(
"getHTML");
67 switch ($next_class) {
73 public function getHTML(
bool $a_export =
false): string
78 $this->export = $a_export;
80 if (!$this->export &&
ilWikiPerm::check(
"edit_wiki_navigation", $this->requested_ref_id)) {
82 $ilCtrl->getLinkTargetByClass(
"ilobjwikigui",
"editImportantPages"),
87 return parent::getHTML();
108 $list->setItemClass(
"ilWikiBlockItem");
109 $list->setListClass(
"ilWikiBlockList");
110 $list->setListClass(
"ilWikiBlockListNoIndent", 1);
114 if (!$this->export) {
115 $list->addListNode(
"<a href='" .
116 $ilCtrl->getLinkTargetByClass(
"ilobjwikigui",
"gotoStartPage")
117 .
"'>" .
$title .
"</a>", 1, 0);
119 $list->addListNode(
"<a href='" .
121 "'>" .
$title .
"</a>", 1, 0);
126 foreach ($ipages as $p) {
129 if (!$this->export) {
130 $list->addListNode(
"<a href='" .
132 .
"'>" . $title .
"</a>", $cnt, (
int) ($cpar[$p[
"indent"] - 1] ?? 0));
134 $list->addListNode(
"<a href='" .
135 "wpg_" . $p[
"page_id"] .
".html" .
136 "'>" .
$title .
"</a>", $cnt, (
int) ($cpar[$p[
"indent"] - 1] ?? 0));
138 $cpar[$p[
"indent"]] = $cnt;
141 return $list->getHTML();
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...
setDataSection(string $a_content)
Call this from overwritten fillDataSection(), if standard row based data is not used.
setEnableNumInfo(bool $a_enablenuminfo)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
loadLanguageModule(string $a_module)
Load language module.
static _lookupImportantPagesList(int $a_wiki_id)
static _lookupObjId(int $ref_id)
getNextClass($a_gui_class=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupStartPage(int $a_wiki_id)
getHTML(bool $a_export=false)
static getGotoLink(int $a_ref_id, string $a_page="")
static lookupTitle(int $a_page_id)
__construct(Container $dic, ilPlugin $plugin)
setTitle(string $a_title)
static check(string $a_perm, int $a_ref_id, string $a_cmd="")
This class represents a block method of a block.
addBlockCommand(string $a_href, string $a_text, string $a_onclick="")
static string $block_type