ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\GUIService Class Reference
+ Collaboration diagram for ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\GUIService:

Public Member Functions

 __construct (InternalDomainService $domain_service, InternalGUIService $gui_service)
 
 request (?array $passed_query_params=null, ?array $passed_post_data=null)
 

Protected Attributes

InternalGUIService $gui_service
 
InternalDomainService $domain_service
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 29 of file class.GUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\GUIService::__construct ( InternalDomainService  $domain_service,
InternalGUIService  $gui_service 
)

Member Function Documentation

◆ request()

ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\GUIService::request ( ?array  $passed_query_params = null,
?array  $passed_post_data = null 
)

Definition at line 42 of file class.GUIService.php.

45  : PresentationGUIRequest {
46  return new PresentationGUIRequest(
47  $this->gui_service->http(),
48  $this->domain_service->refinery(),
49  $passed_query_params,
50  $passed_post_data
51  );
52  }

Field Documentation

◆ $domain_service

InternalDomainService ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\GUIService::$domain_service
protected

◆ $gui_service

InternalGUIService ILIAS\MetaData\Vocabularies\Dispatch\Presentation\Presentation\GUIService::$gui_service
protected

The documentation for this class was generated from the following file: