ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\COPage\PC\GUIService Class Reference
+ Collaboration diagram for ILIAS\COPage\PC\GUIService:

Public Member Functions

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

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\PC\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
InternalGUIService $gui_service

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

Member Function Documentation

◆ editRequest()

ILIAS\COPage\PC\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 }

◆ interactiveImage()

ILIAS\COPage\PC\GUIService::interactiveImage ( )

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

50 : InteractiveImage\GUIService
51 {
52 return new InteractiveImage\GUIService(
53 $this->domain_service,
54 $this->gui_service
55 );
56 }

Field Documentation

◆ $domain_service

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

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

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

◆ $gui_service

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

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

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


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