ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
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 Tue Sep 2 2025 20:01:28 for ILIAS by
1.8.13 (using
Doxyfile
)