ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
class.InternalGUIService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Block
;
22
23
use
ILIAS\DI\Container
;
24
use
ILIAS\Repository\GlobalDICGUIServices
;
25
29
class
InternalGUIService
30
{
31
use
GlobalDICGUIServices
;
32
33
protected
InternalDataService
$data_service
;
34
protected
InternalDomainService
$domain_service
;
35
36
public
function
__construct
(
37
Container
$DIC
,
38
InternalDataService
$data_service,
39
InternalDomainService
$domain_service
40
) {
41
$this->data_service =
$data_service
;
42
$this->domain_service =
$domain_service
;
43
$this->
initGUIServices
($DIC);
44
}
45
46
public
function
standardRequest
():
StandardGUIRequest
47
{
48
return
new
StandardGUIRequest
(
49
$this->
http
(),
50
$this->domain_service->refinery()
51
);
52
}
53
}
ILIAS\Repository\initGUIServices
initGUIServices(\ILIAS\DI\Container $DIC)
Definition:
trait.GlobalDICGUIServices.php:47
GlobalDICGUIServices
ILIAS\Block\InternalDataService
Block data service.
Definition:
class.InternalDataService.php:27
ILIAS\Block
Definition:
class.BlockManager.php:21
ILIAS\Repository\GlobalDICGUIServices
trait GlobalDICGUIServices
Definition:
trait.GlobalDICGUIServices.php:44
Container
ILIAS\Block\InternalGUIService
Definition:
class.InternalGUIService.php:29
ILIAS\Block\StandardGUIRequest
Definition:
class.StandardGUIRequest.php:25
ILIAS\FileDelivery\http
static http()
Fetches the global http state from ILIAS.
Definition:
HttpServiceAware.php:55
ILIAS\Block\InternalGUIService\standardRequest
standardRequest()
Definition:
class.InternalGUIService.php:46
$DIC
global $DIC
Definition:
shib_login.php:22
ILIAS\Block\InternalDomainService
Definition:
class.InternalDomainService.php:29
ILIAS\Block\InternalGUIService\$domain_service
InternalDomainService $domain_service
Definition:
class.InternalGUIService.php:34
ILIAS\Block\InternalGUIService\__construct
__construct(Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service)
Definition:
class.InternalGUIService.php:36
ILIAS\Container
Definition:
Container.php:23
ILIAS\Block\InternalGUIService\$data_service
InternalDataService $data_service
Definition:
class.InternalGUIService.php:33
components
ILIAS
Block
Service
class.InternalGUIService.php
Generated on Wed Apr 9 2025 23:02:29 for ILIAS by
1.8.13 (using
Doxyfile
)