ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.GUIService.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\Survey\Execution
;
22
23
use
ILIAS\Survey\InternalGUIService
;
24
use
ILIAS\Survey\InternalDomainService
;
25
29
class
GUIService
30
{
31
protected
InternalGUIService
$ui_service
;
32
protected \ilObjectServiceInterface
$object_service
;
33
protected
InternalDomainService
$domain_service
;
34
35
public
function
__construct
(
36
InternalGUIService
$ui_service,
37
InternalDomainService
$domain_service
38
) {
39
$this->ui_service =
$ui_service
;
40
$this->domain_service =
$domain_service
;
41
}
42
43
public
function
request
():
ExecutionGUIRequest
44
{
45
return
new
ExecutionGUIRequest
(
46
$this->ui_service->http(),
47
$this->domain_service->refinery()
48
);
49
}
50
}
InternalGUIService
ILIAS\Survey\Execution\ExecutionGUIRequest
Definition:
class.ExecutionGUIRequest.php:26
ILIAS\Survey\InternalGUIService
Survey internal ui service.
Definition:
class.InternalGUIService.php:34
InternalDomainService
ILIAS\Survey\Execution\GUIService\$domain_service
InternalDomainService $domain_service
Definition:
class.GUIService.php:33
ILIAS\Survey\Execution\GUIService\request
request()
Definition:
class.GUIService.php:43
ILIAS\Survey\Execution\GUIService\$ui_service
InternalGUIService $ui_service
Definition:
class.GUIService.php:31
ILIAS\Survey\Execution\GUIService
Definition:
class.GUIService.php:29
ILIAS\Survey\Execution\GUIService\$object_service
ilObjectServiceInterface $object_service
Definition:
class.GUIService.php:32
ILIAS\Survey\Execution\GUIService\__construct
__construct(InternalGUIService $ui_service, InternalDomainService $domain_service)
Definition:
class.GUIService.php:35
ILIAS\Survey\InternalDomainService
Survey internal domain service.
Definition:
class.InternalDomainService.php:34
ILIAS\Survey\Execution
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.DataFactory.php:21
Modules
Survey
Execution
Service
class.GUIService.php
Generated on Mon Sep 1 2025 22:01:25 for ILIAS by
1.8.13 (using
Doxyfile
)