ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
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: