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

Public Member Functions

 __construct (protected InternalDomainService $domain_service, protected InternalGUIService $gui_service)
 
 menu ()
 

Detailed Description

Definition at line 26 of file GUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\COPage\PC\Paragraph\GUIService::__construct ( protected InternalDomainService  $domain_service,
protected InternalGUIService  $gui_service 
)

Definition at line 28 of file GUIService.php.

31 {
32 }

Member Function Documentation

◆ menu()

ILIAS\COPage\PC\Paragraph\GUIService::menu ( )

Definition at line 34 of file GUIService.php.

34 : MenuGUI
35 {
36 global $DIC;
37 $style_service = $DIC->contentStyle()->internal();
38 return new MenuGUI(
39 $this->domain_service,
40 $this->gui_service,
41 $style_service
42 );
43 }
global $DIC
Definition: shib_login.php:26

References $DIC.


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