ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
class.GUIService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\COPage\Editor;
22
27
29{
32
33 public function __construct(
36 ) {
37 $this->gui_service = $gui_service;
38 $this->domain_service = $domain_service;
39 }
40
41 public function init(): Init
42 {
43 return new Init();
44 }
45
46 public function uiWrapper(): UIWrapper
47 {
48 return new UIWrapper($this->gui_service->ui(), $this->domain_service->lng());
49 }
50}
__construct(InternalDomainService $domain_service, InternalGUIService $gui_service)
InternalDomainService $domain_service
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...