ILIAS  release_8 Revision v8.23
ILIAS\COPage\Layout\GUIService Class Reference
+ Collaboration diagram for ILIAS\COPage\Layout\GUIService:

Public Member Functions

 __construct (InternalDomainService $domain_service, InternalGUIService $gui_service)
 
 adminRequest ()
 

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\COPage\Layout\GUIService::__construct ( InternalDomainService  $domain_service,
InternalGUIService  $gui_service 
)

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

References ILIAS\COPage\Layout\GUIService\$domain_service, and ILIAS\COPage\Layout\GUIService\$gui_service.

37  {
38  $this->gui_service = $gui_service;
39  $this->domain_service = $domain_service;
40  }
InternalDomainService $domain_service

Member Function Documentation

◆ adminRequest()

ILIAS\COPage\Layout\GUIService::adminRequest ( )

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

42  : AdministrationGUIRequest
43  {
44  return new AdministrationGUIRequest(
45  $this->gui_service->http(),
46  $this->domain_service->refinery()
47  );
48  }

Field Documentation

◆ $domain_service

InternalDomainService ILIAS\COPage\Layout\GUIService::$domain_service
protected

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

Referenced by ILIAS\COPage\Layout\GUIService\__construct().

◆ $gui_service

InternalGUIService ILIAS\COPage\Layout\GUIService::$gui_service
protected

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

Referenced by ILIAS\COPage\Layout\GUIService\__construct().


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