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

Public Member Functions

 __construct (protected InternalDataService $data, protected InternalDomainService $domain, protected InternalGUIService $gui)
 
 settingsGUI (int $obj_id)
 

Detailed Description

Definition at line 27 of file GUIService.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 29 of file GUIService.php.

33 {
34 }

Member Function Documentation

◆ settingsGUI()

ILIAS\Exercise\Settings\GUIService::settingsGUI ( int  $obj_id)

Definition at line 36 of file GUIService.php.

36 : SettingsGUI
37 {
38 return new SettingsGUI(
39 $this->data,
40 $this->domain,
41 $this->gui,
42 $obj_id
43 );
44 }

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