ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\UI\Implementation\Component\Layout\Page\GUIService Class Reference
+ Collaboration diagram for ILIAS\UI\Implementation\Component\Layout\Page\GUIService:

Public Member Functions

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

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

Member Function Documentation

◆ editRequest()

ILIAS\UI\Implementation\Component\Layout\Page\GUIService::editRequest ( )

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

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

Field Documentation

◆ $domain_service

InternalDomainService ILIAS\UI\Implementation\Component\Layout\Page\GUIService::$domain_service
protected

◆ $gui_service

InternalGUIService ILIAS\UI\Implementation\Component\Layout\Page\GUIService::$gui_service
protected

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