ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
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, bool $in_repository, int $ref_id=0)
 

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,
bool  $in_repository,
int  $ref_id = 0 
)

Definition at line 36 of file GUIService.php.

References $ref_id.

36  : SettingsGUI
37  {
38  return new SettingsGUI(
39  $this->data,
40  $this->domain,
41  $this->gui,
42  $obj_id,
43  $in_repository,
44  $ref_id
45  );
46  }
$ref_id
Definition: ltiauth.php:65

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