ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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
s
t
w
+
Functions
_
a
b
c
f
g
h
i
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
LogoModification.php
Go to the documentation of this file.
1
<?php
namespace
ILIAS\GlobalScreen\Scope\Layout\Factory
;
2
3
use
ILIAS\UI\Component\Image\Image
;
4
10
class
LogoModification
extends
AbstractLayoutModification
implements
LayoutModification
11
{
12
16
public
function
isFinal
() : bool
17
{
18
return
false
;
19
}
20
21
25
public
function
getClosureFirstArgumentType
() : string
26
{
27
return
Image::class;
28
}
29
30
34
public
function
getClosureReturnType
() : string
35
{
36
return
Image::class;
37
}
38
39
43
public
function
firstArgumentAllowsNull
() : bool
44
{
45
return
true
;
46
}
47
48
52
public
function
returnTypeAllowsNull
() : bool
53
{
54
return
true
;
55
}
56
}
Image
ILIAS\GlobalScreen\Scope\Layout\Factory\LogoModification
Class LogoModification.
Definition:
LogoModification.php:10
ILIAS\GlobalScreen\Scope\Layout\Factory\LogoModification\returnTypeAllowsNull
returnTypeAllowsNull()
Definition:
LogoModification.php:52
ILIAS\GlobalScreen\Scope\Layout\Factory
Definition:
AbstractLayoutModification.php:1
ILIAS\GlobalScreen\Scope\Layout\Factory\AbstractLayoutModification
Definition:
AbstractLayoutModification.php:12
ILIAS\GlobalScreen\Scope\Layout\Factory\LogoModification\isFinal
isFinal()
Definition:
LogoModification.php:16
ILIAS\GlobalScreen\Scope\Layout\Factory\LogoModification\getClosureReturnType
getClosureReturnType()
Definition:
LogoModification.php:34
ILIAS\GlobalScreen\Scope\Layout\Factory\LogoModification\getClosureFirstArgumentType
getClosureFirstArgumentType()
Definition:
LogoModification.php:25
ILIAS\GlobalScreen\Scope\Layout\Factory\LogoModification\firstArgumentAllowsNull
firstArgumentAllowsNull()
Definition:
LogoModification.php:43
ILIAS\GlobalScreen\Scope\Layout\Factory\LayoutModification
Class LayoutModification.
Definition:
LayoutModification.php:11
src
GlobalScreen
Scope
Layout
Factory
LogoModification.php
Generated on Thu Apr 3 2025 20:01:20 for ILIAS by
1.8.13 (using
Doxyfile
)