◆ __construct()
◆ getCurrentPageGUI()
ILIAS\Wiki\Content\GUIService::getCurrentPageGUI |
( |
| ) |
|
Definition at line 55 of file GUIService.php.
56 {
58 return $this->gui_service->page()->getWikiPageGUI(
59 $this->request->getRefId(),
60 $nav->getCurrentPageId(),
61 0,
62 $nav->getCurrentPageLanguage()
63 );
64 }
Class ilWikiPage GUI class.
References ILIAS\Wiki\Content\GUIService\navigation().
◆ navigation()
ILIAS\Wiki\Content\GUIService::navigation |
( |
| ) |
|
|
protected |
Definition at line 45 of file GUIService.php.
45 : NavigationManager
46 {
47 return $this->domain_service->content()->navigation(
48 $this->domain_service->wiki()->object($this->request->getRefId()),
49 $this->request->getWikiPageId(),
50 $this->request->getPage(),
51 $this->request->getTranslation()
52 );
53 }
Referenced by ILIAS\Wiki\Content\GUIService\getCurrentPageGUI().
◆ $domain_service
◆ $gui_service
◆ $request
The documentation for this class was generated from the following file: