ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\BookingManager\Settings\GUIService Class Reference
+ Collaboration diagram for ILIAS\BookingManager\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)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\BookingManager\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\BookingManager\Settings\GUIService::settingsGUI ( int  $obj_id,
int  $ref_id,
bool  $creation_mode,
object  $parent_gui 
)

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

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

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