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

Public Member Functions

 __construct (Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service)
 
 pc ()
 
 page ()
 
 layout ()
 
 edit ()
 

Protected Attributes

InternalDataService $data_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.InternalGUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\COPage\InternalGUIService::__construct ( Container  $DIC,
InternalDataService  $data_service,
InternalDomainService  $domain_service 
)

Definition at line 37 of file class.InternalGUIService.php.

41 {
42 $this->data_service = $data_service;
43 $this->domain_service = $domain_service;
44 $this->initGUIServices($DIC);
45 }
initGUIServices(\ILIAS\DI\Container $DIC)

References ILIAS\COPage\InternalGUIService\$data_service, ILIAS\COPage\InternalGUIService\$domain_service, and ILIAS\Repository\initGUIServices().

+ Here is the call graph for this function:

Member Function Documentation

◆ edit()

ILIAS\COPage\InternalGUIService::edit ( )

Definition at line 71 of file class.InternalGUIService.php.

71 : Editor\GUIService
72 {
73 return new Editor\GUIService(
74 $this->domain_service,
75 $this
76 );
77 }

◆ layout()

ILIAS\COPage\InternalGUIService::layout ( )

Definition at line 63 of file class.InternalGUIService.php.

63 : Layout\GUIService
64 {
65 return new Layout\GUIService(
66 $this->domain_service,
67 $this
68 );
69 }

◆ page()

ILIAS\COPage\InternalGUIService::page ( )

Definition at line 55 of file class.InternalGUIService.php.

55 : Page\GUIService
56 {
57 return new Page\GUIService(
58 $this->domain_service,
59 $this
60 );
61 }

◆ pc()

ILIAS\COPage\InternalGUIService::pc ( )

Definition at line 47 of file class.InternalGUIService.php.

47 : PC\GUIService
48 {
49 return new PC\GUIService(
50 $this->domain_service,
51 $this
52 );
53 }

Field Documentation

◆ $data_service

InternalDataService ILIAS\COPage\InternalGUIService::$data_service
protected

◆ $domain_service

InternalDomainService ILIAS\COPage\InternalGUIService::$domain_service
protected

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