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
PageBuilderModification.php
Go to the documentation of this file.
1
<?php
namespace
ILIAS\GlobalScreen\Scope\Layout\Factory
;
2
3
use
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider
;
4
use
ILIAS\UI\Component\Layout\Page\Page
;
5
11
class
PageBuilderModification
extends
AbstractLayoutModification
implements
LayoutModification
12
{
13
17
public
function
firstArgumentAllowsNull
() : bool
18
{
19
return
false
;
20
}
21
22
26
public
function
returnTypeAllowsNull
() : bool
27
{
28
return
false
;
29
}
30
31
35
public
function
isFinal
() : bool
36
{
37
return
true
;
38
}
39
40
44
public
function
getClosureFirstArgumentType
() : string
45
{
46
return
PagePartProvider::class;
47
}
48
49
53
public
function
getClosureReturnType
() : string
54
{
55
return
Page::class;
56
}
57
}
ILIAS\GlobalScreen\Scope\Layout\Factory\PageBuilderModification\getClosureReturnType
getClosureReturnType()
Definition:
PageBuilderModification.php:53
ILIAS\GlobalScreen\Scope\Layout\Factory\PageBuilderModification\firstArgumentAllowsNull
firstArgumentAllowsNull()
Definition:
PageBuilderModification.php:17
ILIAS\GlobalScreen\Scope\Layout\Factory
Definition:
AbstractLayoutModification.php:1
ILIAS\GlobalScreen\Scope\Layout\Factory\PageBuilderModification
Class PageBuilderModification.
Definition:
PageBuilderModification.php:11
PagePartProvider
ILIAS\GlobalScreen\Scope\Layout\Factory\AbstractLayoutModification
Definition:
AbstractLayoutModification.php:12
Page
ILIAS\GlobalScreen\Scope\Layout\Factory\PageBuilderModification\returnTypeAllowsNull
returnTypeAllowsNull()
Definition:
PageBuilderModification.php:26
ILIAS\GlobalScreen\Scope\Layout\Factory\PageBuilderModification\getClosureFirstArgumentType
getClosureFirstArgumentType()
Definition:
PageBuilderModification.php:44
ILIAS\GlobalScreen\Scope\Layout\Factory\LayoutModification
Class LayoutModification.
Definition:
LayoutModification.php:11
ILIAS\GlobalScreen\Scope\Layout\Factory\PageBuilderModification\isFinal
isFinal()
Definition:
PageBuilderModification.php:35
src
GlobalScreen
Scope
Layout
Factory
PageBuilderModification.php
Generated on Sat Apr 5 2025 20:01:37 for ILIAS by
1.8.13 (using
Doxyfile
)