ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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)
 
 blockSettingsGUI (int $obj_id, bool $in_repository)
 

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

◆ blockSettingsGUI()

ILIAS\MetaData\OERHarvester\Settings\Settings\GUIService::blockSettingsGUI ( int  $obj_id,
bool  $in_repository 
)

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

47  : BlockSettingsGUI
48  {
49  return new BlockSettingsGUI(
50  $this->data,
51  $this->domain,
52  $this->gui,
53  $obj_id,
54  $in_repository
55  );
56  }

◆ settingsGUI()

ILIAS\MetaData\OERHarvester\Settings\Settings\GUIService::settingsGUI ( int  $obj_id,
bool  $in_repository 
)

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

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

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