ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ILIAS\COPage\Editor\GUIService Class Reference
+ Collaboration diagram for ILIAS\COPage\Editor\GUIService:

Public Member Functions

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

Protected Attributes

InternalGUIService $gui_service
 
InternalDomainService $domain_service
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

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

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

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

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

Member Function Documentation

◆ init()

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

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

41 : Init
42 {
43 return new Init();
44 }

◆ uiWrapper()

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

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

46 : UIWrapper
47 {
48 return new UIWrapper($this->gui_service->ui(), $this->domain_service->lng());
49 }

Field Documentation

◆ $domain_service

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

Definition at line 31 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 30 of file class.GUIService.php.

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


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