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, 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\MetaData\OERHarvester\Settings\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\MetaData\OERHarvester\Settings\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:65

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