ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
class.GUIService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Glossary\Settings
;
22
23
use
ILIAS\Glossary\InternalDataService
;
24
use
ILIAS\Glossary\InternalDomainService
;
25
use
ILIAS\Glossary\InternalGUIService
;
26
27
class
GUIService
28
{
29
public
function
__construct
(
30
protected
InternalDataService
$data
,
31
protected
InternalDomainService
$domain,
32
protected
InternalGUIService $gui
33
) {
34
}
35
36
public
function
settingsGUI
(
37
int
$obj_id,
38
int
$ref_id
,
39
bool
$creation_mode,
40
object
$parent_gui,
41
object
$parent_obj
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
}
54
}
$data
$data
Definition:
ltiregistration.php:29
ILIAS\MetaData\OERHarvester\Settings\Settings\GUIService\__construct
__construct(protected InternalDataService $data, protected InternalDomainService $domain, protected InternalGUIService $gui)
Definition:
class.GUIService.php:29
ILIAS\Export\InternalDomainService
Definition:
class.InternalDomainService.php:25
ILIAS\MetaData\OERHarvester\Settings\Settings\GUIService
Definition:
class.GUIService.php:27
ILIAS\MetaData\OERHarvester\Settings\Settings\GUIService\settingsGUI
settingsGUI(int $obj_id, int $ref_id, bool $creation_mode, object $parent_gui, object $parent_obj)
Definition:
class.GUIService.php:36
InternalDomainService
ILIAS\Glossary\Settings
Definition:
class.GUIService.php:21
$ref_id
$ref_id
Definition:
ltiauth.php:66
InternalDataService
ILIAS\MetaData\OERHarvester\Settings\Settings\SettingsGUI
Definition:
class.SettingsGUI.php:28
InternalGUIService
components
ILIAS
Glossary
Settings
class.GUIService.php
Generated on Wed Sep 10 2025 15:15:04 for ILIAS by
1.8.13 (using
Doxyfile
)