ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
◀ 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.SkillInternalGUIService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Container\Skills
;
22
23
use
ILIAS\HTTP
;
24
use
ILIAS\Refinery
;
25
29
class
SkillInternalGUIService
30
{
31
protected
HTTP\Services
$http
;
32
protected
Refinery\Factory
$refinery
;
33
protected
SkillContainerGUIRequest
$request
;
34
35
public
function
__construct
(
36
HTTP
\
Services
$http,
37
Refinery
\
Factory
$refinery,
38
?array $query_params =
null
,
39
?array $post_data =
null
40
) {
41
global
$DIC
;
42
43
$this->
http
=
$http
;
44
$this->
refinery
=
$refinery
;
45
46
$this->
request
=
new
SkillContainerGUIRequest
(
47
$this->
http
,
48
$this->
refinery
,
49
$query_params,
50
$post_data
51
);
52
}
53
59
public
function
request
():
SkillContainerGUIRequest
60
{
61
return
$this->request
;
62
}
63
}
ILIAS\HTTP
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\Container\Skills\SkillInternalGUIService\request
request()
Get request wrappers.
Definition:
class.SkillInternalGUIService.php:59
ILIAS\Container\Skills\SkillInternalGUIService\__construct
__construct(HTTP\Services $http, Refinery\Factory $refinery, ?array $query_params=null, ?array $post_data=null)
Definition:
class.SkillInternalGUIService.php:35
ILIAS\Refinery
Definition:
ByTrying.php:21
ILIAS\Container\Skills
Definition:
class.ContainerMemberSkill.php:21
Services
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:142
HTTP\Services
Definition:
CallbackDurationTest.php:21
ILIAS\Repository\refinery
refinery()
Definition:
trait.GlobalDICDomainServices.php:76
ILIAS\FileDelivery\http
static http()
Fetches the global http state from ILIAS.
Definition:
HttpServiceAware.php:55
ILIAS\Container\Skills\SkillContainerGUIRequest
Request wrapper for skill guis in container classes.
Definition:
class.SkillContainerGUIRequest.php:33
Factory
ILIAS\Container\Skills\SkillInternalGUIService\$http
HTTP Services $http
Definition:
class.SkillInternalGUIService.php:31
$DIC
global $DIC
Definition:
shib_login.php:22
ILIAS\Data\Factory
Builds data types.
Definition:
Factory.php:35
ILIAS\Container\Skills\SkillInternalGUIService
Definition:
class.SkillInternalGUIService.php:29
ILIAS\Container\Skills\SkillInternalGUIService\$refinery
Refinery Factory $refinery
Definition:
class.SkillInternalGUIService.php:32
ILIAS\Container\Skills\SkillInternalGUIService\$request
SkillContainerGUIRequest $request
Definition:
class.SkillInternalGUIService.php:33
components
ILIAS
Container
Skills
Service
class.SkillInternalGUIService.php
Generated on Sat Apr 12 2025 23:02:47 for ILIAS by
1.8.13 (using
Doxyfile
)