ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
}
ILIAS\BookingManager\InternalDataService
Repository internal data service.
Definition:
class.InternalDataService.php:33
ILIAS\BookingManager\InternalDomainService
Author: Alexander Killing killing@leifos.de
Definition:
class.InternalDomainService.php:35
ILIAS\BookingManager\InternalGUIService
Definition:
class.InternalGUIService.php:30
ILIAS\BookingManager\Settings\GUIService
Definition:
class.GUIService.php:28
ILIAS\BookingManager\Settings\GUIService\__construct
__construct(protected InternalDataService $data, protected InternalDomainService $domain, protected InternalGUIService $gui)
Definition:
class.GUIService.php:29
ILIAS\BookingManager\Settings\GUIService\settingsGUI
settingsGUI(int $obj_id, int $ref_id, bool $creation_mode, object $parent_gui)
Definition:
class.GUIService.php:36
ILIAS\BookingManager\Settings\SettingsGUI
@ilCtrl_Calls ILIAS\BookingManager\Settings\SettingsGUI: ilDidacticTemplateGUI
Definition:
class.SettingsGUI.php:33
return
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
delivery_method.php:21
$ref_id
$ref_id
Definition:
ltiauth.php:66
$data
$data
Definition:
ltiregistration.php:29
ILIAS\BookingManager\Settings
Definition:
class.GUIService.php:21
components
ILIAS
BookingManager
Settings
class.GUIService.php
Generated on Sat Oct 18 2025 23:02:38 for ILIAS by
1.9.4 (using
Doxyfile
)