ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
GUIService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\Wiki\Page;
22
26
31{
34
35 public function __construct(
38 ) {
39 $this->gui_service = $gui_service;
40 $this->domain_service = $domain_service;
41 }
42
43 public function getWikiPageGUI(
44 int $ref_id,
45 int $pg_id,
46 int $old_nr = 0,
47 string $lang = "-"
48 ): \ilWikiPageGUI {
49 return new \ilWikiPageGUI($pg_id, $old_nr, $ref_id, $lang);
50 }
51}
InternalGUIService $gui_service
Definition: GUIService.php:32
InternalDomainService $domain_service
Definition: GUIService.php:33
__construct(InternalDomainService $domain_service, InternalGUIService $gui_service)
Definition: GUIService.php:35
getWikiPageGUI(int $ref_id, int $pg_id, int $old_nr=0, string $lang="-")
Definition: GUIService.php:43
Class ilWikiPage GUI class.
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$ref_id
Definition: ltiauth.php:66