ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.InternalGUIService.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\Help;
22 
26 
28 {
30 
33 
34  public function __construct(
36  InternalDataService $data_service,
37  InternalDomainService $domain_service
38  ) {
39  $this->data_service = $data_service;
40  $this->domain_service = $domain_service;
41  $this->initGUIServices($DIC);
42  }
43 
45  {
46  return new StandardGUIRequest(
47  $this->http(),
48  $this->domain_service->refinery()
49  );
50  }
51 }
initGUIServices(\ILIAS\DI\Container $DIC)
__construct(Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static http()
Fetches the global http state from ILIAS.
global $DIC
Definition: shib_login.php:22