ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
MetaBarModification.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\Layout\Factory
;
22
23
use
ILIAS\UI\Component\MainControls\MetaBar
as
UIMetaBar
;
24
29
class
MetaBarModification
extends
AbstractLayoutModification
implements
LayoutModification
30
{
34
#[\Override]
35
public
function
isFinal
(): bool
36
{
37
return
false
;
38
}
39
43
public
function
getClosureFirstArgumentType
(): string
44
{
45
return
UIMetaBar::class;
46
}
47
51
public
function
getClosureReturnType
(): string
52
{
53
return
UIMetaBar::class;
54
}
55
59
public
function
firstArgumentAllowsNull
(): bool
60
{
61
return
true
;
62
}
63
67
public
function
returnTypeAllowsNull
(): bool
68
{
69
return
true
;
70
}
71
}
ILIAS\GlobalScreen\Scope\Layout\Factory
Definition:
AbstractLayoutModification.php:21
ILIAS\GlobalScreen\Scope\Layout\Factory\MetaBarModification\getClosureFirstArgumentType
getClosureFirstArgumentType()
Definition:
MetaBarModification.php:43
ILIAS\GlobalScreen\Scope\Layout\Factory\AbstractLayoutModification
Definition:
AbstractLayoutModification.php:32
MetaBar
ILIAS\GlobalScreen\Scope\Layout\Factory\MetaBarModification\firstArgumentAllowsNull
firstArgumentAllowsNull()
Definition:
MetaBarModification.php:59
ILIAS\GlobalScreen\Scope\Layout\Factory\MetaBarModification
Class MetaBarModification.
Definition:
MetaBarModification.php:29
ILIAS\GlobalScreen\Scope\Layout\Factory\MetaBarModification\getClosureReturnType
getClosureReturnType()
Definition:
MetaBarModification.php:51
ILIAS\GlobalScreen\Scope\Layout\Factory\MetaBarModification\returnTypeAllowsNull
returnTypeAllowsNull()
Definition:
MetaBarModification.php:67
ILIAS\GlobalScreen\Scope\Layout\Factory\LayoutModification
Class LayoutModification.
Definition:
LayoutModification.php:29
ILIAS\GlobalScreen\Scope\Layout\Factory\MetaBarModification\isFinal
isFinal()
Definition:
MetaBarModification.php:35
components
ILIAS
GlobalScreen
src
Scope
Layout
Factory
MetaBarModification.php
Generated on Sun Aug 31 2025 23:03:02 for ILIAS by
1.8.13 (using
Doxyfile
)