ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\MetaData\OERHarvester\Settings\Settings\GUIService Class Reference
+ Collaboration diagram for ILIAS\MetaData\OERHarvester\Settings\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\MetaData\OERHarvester\Settings\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\MetaData\OERHarvester\Settings\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: