ILIAS
release_8 Revision v8.19
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
j
l
m
p
s
t
u
+
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
Ö
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.InternalGUIService.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\MediaCast
;
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 administration() : Administration\GUIService
47
{
48
return new Administration\GUIService(
49
$this->domain_service,
50
$this
51
);
52
}*/
53
54
public
function
standardRequest
():
StandardGUIRequest
55
{
56
return
new
StandardGUIRequest
(
57
$this->
http
(),
58
$this->domain_service->refinery()
59
);
60
}
61
}
ILIAS\Repository\initGUIServices
initGUIServices(\ILIAS\DI\Container $DIC)
Definition:
trait.GlobalDICGUIServices.php:37
ILIAS\MediaCast\InternalGUIService\$data_service
InternalDataService $data_service
Definition:
class.InternalGUIService.php:33
ILIAS\MediaCast\InternalDataService
Definition:
class.InternalDataService.php:26
ILIAS\DI\Container
Customizing of pimple-DIC for ILIAS.
Definition:
Container.php:31
ILIAS\MediaCast\InternalGUIService\standardRequest
standardRequest()
Definition:
class.InternalGUIService.php:54
ILIAS\MediaCast\InternalGUIService
Definition:
class.InternalGUIService.php:29
$DIC
global $DIC
Definition:
feed.php:28
Container
ILIAS\FileDelivery\http
static http()
Fetches the global http state from ILIAS.
Definition:
HttpServiceAware.php:54
ILIAS\MediaCast\StandardGUIRequest
Definition:
class.StandardGUIRequest.php:23
ILIAS\MediaCast\InternalDomainService
Definition:
class.InternalDomainService.php:30
ILIAS\MediaCast\InternalGUIService\__construct
__construct(Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service)
Definition:
class.InternalGUIService.php:36
ILIAS\MediaCast\InternalGUIService\$domain_service
InternalDomainService $domain_service
Definition:
class.InternalGUIService.php:34
ILIAS\MediaCast
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\Repository\GlobalDICGUIServices
trait GlobalDICGUIServices
Definition:
trait.GlobalDICGUIServices.php:34
Modules
MediaCast
Service
class.InternalGUIService.php
Generated on Mon Apr 14 2025 22:01:24 for ILIAS by
1.8.13 (using
Doxyfile
)