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

Public Member Functions

 __construct (protected InternalDomainService $domain, protected InternalGUIService $gui)
 
 importModal ()
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Style\Content\Style\GUIService::__construct ( protected InternalDomainService  $domain,
protected InternalGUIService  $gui 
)

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

37 {
38 }

Member Function Documentation

◆ importModal()

ILIAS\Style\Content\Style\GUIService::importModal ( )

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

40 : ImportModal
41 {
42 return new ImportModal(
43 $this->domain,
44 $this->gui
45 );
46 }

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