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, object $parent_obj)
 

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,
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:65

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