ILIAS  trunk Revision v12.0_alpha-1541-g23eaa5e013d
ILIAS\COPage\Layout\GUIService Class Reference
+ Collaboration diagram for ILIAS\COPage\Layout\GUIService:

Public Member Functions

 __construct (InternalDomainService $domain_service, InternalGUIService $gui_service)
 
 adminRequest ()
 
 pageLayoutTableBuilder (object $parent_gui, string $parent_cmd)
 

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.

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

References ILIAS\COPage\Layout\GUIService\$domain_service, and ILIAS\COPage\Layout\GUIService\$gui_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 }

◆ pageLayoutTableBuilder()

ILIAS\COPage\Layout\GUIService::pageLayoutTableBuilder ( object  $parent_gui,
string  $parent_cmd 
)

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

52 : PageLayoutTableBuilder {
53 return new PageLayoutTableBuilder(
54 $this->domain_service,
55 $this->gui_service,
56 $parent_gui,
57 $parent_cmd
58 );
59 }

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: