ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
MainBarModification.php
Go to the documentation of this file.
1
<?php
namespace
ILIAS\GlobalScreen\Scope\Layout\Factory
;
2
3
use
ILIAS\UI\Component\MainControls\MainBar
as
UIMainBar
;
4
10
class
MainBarModification
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
UIMainBar::class;
28
}
29
30
34
public
function
getClosureReturnType
() : string
35
{
36
return
UIMainBar::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
}
ILIAS\GlobalScreen\Scope\Layout\Factory\MainBarModification
Class MainBar.
Definition:
MainBarModification.php:10
MainBar
ILIAS\GlobalScreen\Scope\Layout\Factory\MainBarModification\firstArgumentAllowsNull
firstArgumentAllowsNull()
Definition:
MainBarModification.php:43
ILIAS\GlobalScreen\Scope\Layout\Factory
Definition:
AbstractLayoutModification.php:1
ILIAS\GlobalScreen\Scope\Layout\Factory\AbstractLayoutModification
Definition:
AbstractLayoutModification.php:12
ILIAS\GlobalScreen\Scope\Layout\Factory\MainBarModification\getClosureReturnType
getClosureReturnType()
Definition:
MainBarModification.php:34
ILIAS\GlobalScreen\Scope\Layout\Factory\MainBarModification\isFinal
isFinal()
Definition:
MainBarModification.php:16
ILIAS\GlobalScreen\Scope\Layout\Factory\MainBarModification\getClosureFirstArgumentType
getClosureFirstArgumentType()
Definition:
MainBarModification.php:25
ILIAS\GlobalScreen\Scope\Layout\Factory\LayoutModification
Class LayoutModification.
Definition:
LayoutModification.php:11
ILIAS\GlobalScreen\Scope\Layout\Factory\MainBarModification\returnTypeAllowsNull
returnTypeAllowsNull()
Definition:
MainBarModification.php:52
src
GlobalScreen
Scope
Layout
Factory
MainBarModification.php
Generated on Sun Aug 31 2025 20:01:29 for ILIAS by
1.8.13 (using
Doxyfile
)