ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
PageBuilder.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\Layout\Builder
;
22
23
use
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider
;
24
use
ILIAS\UI\Component\Layout\Page\Page
;
25
30
interface
PageBuilder
31
{
36
public
function
build
(
PagePartProvider
$parts
):
Page
;
37
}
ILIAS\GlobalScreen\Scope\Layout\Builder\PageBuilder
Interface PageBuilder.
Definition:
PageBuilder.php:31
ILIAS\GlobalScreen\Scope\Layout\Builder\PageBuilder\build
build(PagePartProvider $parts)
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider
Interface PagePartProvider.
Definition:
PagePartProvider.php:37
ILIAS\UI\Component\Layout\Page\Page
This describes the Page.
Definition:
Page.php:31
$parts
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
Definition:
ltitoken.php:61
ILIAS\GlobalScreen\Scope\Layout\Builder
@noinspection PhpPropertyOnlyWrittenInspection
Definition:
DecoratedPageBuilder.php:22
components
ILIAS
GlobalScreen
src
Scope
Layout
Builder
PageBuilder.php
Generated on Sat Oct 18 2025 23:03:07 for ILIAS by
1.9.4 (using
Doxyfile
)