19declare(strict_types=1);
46 if (isset($this->page_titles_by_id)) {
49 $this->page_titles_by_id = [];
50 foreach ($this->page_manager->getWikiPages() as $page) {
51 $this->page_titles_by_id[$page->getId()] = $page->getTitle();
69 if ($type !==
'wpg:pg') {
77 if ($type !==
'wpg:pg') {
80 return $this->page_manager->getPermaLink(
$id);
85 if ($type !==
'wpg:pg') {
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Class ilCtrl provides processing control methods.