ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.GUIService.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\COPage\Editor;
22 
26 
31 {
34 
35  public function __construct(
36  InternalDomainService $domain_service,
37  InternalGUIService $gui_service
38  ) {
39  $this->gui_service = $gui_service;
40  $this->domain_service = $domain_service;
41  }
42 
43  public function init(): Init
44  {
45  return new Init();
46  }
47 }
__construct(InternalDomainService $domain_service, InternalGUIService $gui_service)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
InternalDomainService $domain_service