ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\COPage\Editor\GUIService Class Reference
+ Collaboration diagram for ILIAS\COPage\Editor\GUIService:

Public Member Functions

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

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 30 of file class.GUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\COPage\Editor\GUIService::__construct ( InternalDomainService  $domain_service,
InternalGUIService  $gui_service 
)

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

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

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

Member Function Documentation

◆ init()

ILIAS\COPage\Editor\GUIService::init ( )

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

43  : Init
44  {
45  return new Init();
46  }

Field Documentation

◆ $domain_service

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

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

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

◆ $gui_service

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

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

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


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