ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.GUIService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
30{
33
34 public function __construct(
37 ) {
38 $this->ui_service = $ui_service;
39 $this->domain_service = $domain_service;
40 }
41
42 public function request(): EditingGUIRequest
43 {
44 return new EditingGUIRequest(
45 $this->ui_service->http(),
46 $this->domain_service->refinery()
47 );
48 }
49}
__construct(InternalGUIService $ui_service, InternalDomainService $domain_service)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...