ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
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
q
r
s
t
u
v
w
x
z
+
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
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilUIService.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5
use
ILIAS\DI\UIServices
;
6
use \Psr\Http\Message\ServerRequestInterface;
7
14
class
ilUIService
15
{
19
protected
$_deps
;
20
21
28
public
function
__construct
(ServerRequestInterface $request,
UIServices
$ui)
29
{
30
$this->_deps =
new
ilUIServiceDependencies
($ui,
new
ilUIFilterRequestAdapter
($request));
31
}
32
36
public
function
filter
() :
ilUIFilterService
37
{
38
return
new
ilUIFilterService
($this, $this->_deps);
39
}
40
}
ilUIFilterRequestAdapter
Request adapter for filter.
Definition:
class.ilUIFilterRequestAdapter.php:14
ilUIService\filter
filter()
Definition:
class.ilUIService.php:36
UIServices
ilUIService
Filter service.
Definition:
class.ilUIService.php:14
ILIAS\DI\UIServices
Provides fluid interface to RBAC services.
Definition:
UIServices.php:9
ilUIServiceDependencies
UI service dependencies.
Definition:
class.ilUIServiceDependencies.php:13
ilUIService\__construct
__construct(ServerRequestInterface $request, UIServices $ui)
Constructor.
Definition:
class.ilUIService.php:28
ilUIFilterService
Filter service.
Definition:
class.ilUIFilterService.php:15
ilUIService\$_deps
$_deps
Definition:
class.ilUIService.php:19
Services
UI
classes
class.ilUIService.php
Generated on Wed Apr 9 2025 21:01:49 for ILIAS by
1.8.13 (using
Doxyfile
)