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->gui_service = $gui_service;
39 $this->domain_service = $domain_service;
40 }
41
42 public function request(
43 ?array $passed_query_params = null,
44 ?array $passed_post_data = null
47 $this->gui_service->http(),
48 $this->domain_service->refinery(),
49 $passed_query_params,
50 $passed_post_data
51 );
52 }
53}
__construct(InternalDomainService $domain_service, InternalGUIService $gui_service)
request(?array $passed_query_params=null, ?array $passed_post_data=null)
return['delivery_method'=> 'php',]
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.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...