ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
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 
22 
25 
30 {
31  protected InternalGUIService $gui_service;
33 
34  public function __construct(
35  InternalDomainService $domain_service,
36  InternalGUIService $gui_service
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
46  return new PresentationGUIRequest(
47  $this->gui_service->http(),
48  $this->domain_service->refinery(),
49  $passed_query_params,
50  $passed_post_data
51  );
52  }
53 }
request(?array $passed_query_params=null, ?array $passed_post_data=null)
__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...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null