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

Public Member Functions

 __construct (protected InternalDataService $data, protected InternalDomainService $domain, protected InternalGUIService $gui)
 
 settingsGUI (int $obj_id, int $ref_id, bool $creation_mode, object $parent_gui, object $parent_obj)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Glossary\Settings\GUIService::__construct ( protected InternalDataService  $data,
protected InternalDomainService  $domain,
protected InternalGUIService  $gui 
)

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

33 {
34 }

Member Function Documentation

◆ settingsGUI()

ILIAS\Glossary\Settings\GUIService::settingsGUI ( int  $obj_id,
int  $ref_id,
bool  $creation_mode,
object  $parent_gui,
object  $parent_obj 
)

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

42 : SettingsGUI {
43 return new SettingsGUI(
44 $this->data,
45 $this->domain,
46 $this->gui,
47 $obj_id,
48 $ref_id,
49 $creation_mode,
50 $parent_gui,
51 $parent_obj
52 );
53 }
$ref_id
Definition: ltiauth.php:66

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