ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.GUIService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\BookingManager\Settings
;
22
23
use
ILIAS\BookingManager\InternalDataService
;
24
use
ILIAS\BookingManager\InternalDomainService
;
25
use
ILIAS\BookingManager\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
):
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
}
52
}
InternalGUIService
$data
$data
Definition:
ltiregistration.php:29
ILIAS\MetaData\OERHarvester\Settings\Settings\GUIService\settingsGUI
settingsGUI(int $obj_id, int $ref_id, bool $creation_mode, object $parent_gui)
Definition:
class.GUIService.php:36
ILIAS\MetaData\OERHarvester\Settings\Settings\GUIService
Definition:
class.GUIService.php:27
ILIAS\Export\InternalDomainService
Definition:
class.InternalDomainService.php:25
ILIAS\MetaData\OERHarvester\Settings\Settings\SettingsGUI
ILIAS: ilDidacticTemplateGUI
Definition:
class.SettingsGUI.php:32
$ref_id
$ref_id
Definition:
ltiauth.php:65
ILIAS\BookingManager\Settings
Definition:
class.GUIService.php:21
ILIAS\MetaData\OERHarvester\Settings\Settings\GUIService\__construct
__construct(protected InternalDataService $data, protected InternalDomainService $domain, protected InternalGUIService $gui)
Definition:
class.GUIService.php:29
InternalDomainService
InternalDataService
components
ILIAS
BookingManager
Settings
class.GUIService.php
Generated on Sun Aug 31 2025 23:02:20 for ILIAS by
1.8.13 (using
Doxyfile
)