ILIAS  release_8 Revision v8.24
class.InternalGUIService.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
18namespace ILIAS\RootFolder;
19
20use ILIAS\DI;
22
27{
29
32
33 public function __construct(
37 ) {
38 $this->data_service = $data_service;
39 $this->domain_service = $domain_service;
40 $this->initGUIServices($DIC);
41 }
42
44 {
45 return new StandardGUIRequest(
46 $this->http(),
47 $this->domain_service->refinery()
48 );
49 }
50}
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:32
__construct(DI\Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service)
global $DIC
Definition: feed.php:28
Class HTTPServicesTest.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Container.php:19
static http()
Fetches the global http state from ILIAS.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
initGUIServices(\ILIAS\DI\Container $DIC)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...