ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
PageBuilder.php
Go to the documentation of this file.
1
<?
php
namespace
ILIAS\GlobalScreen\Scope\Layout\Builder
;
2
3
use
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider
;
4
use
ILIAS\UI\Component\Layout\Page\Page
;
5
11
interface
PageBuilder
12
{
13
19
public
function
build
(
PagePartProvider
$parts) :
Page
;
20
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\GlobalScreen\Scope\Layout\Builder\PageBuilder
Interface PageBuilder.
Definition:
PageBuilder.php:12
ILIAS\GlobalScreen\Scope\Layout\Builder\PageBuilder\build
build(PagePartProvider $parts)
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider
Interface PagePartProvider.
Definition:
PagePartProvider.php:16
ILIAS\UI\Component\Layout\Page\Page
This describes the Page.
Definition:
Page.php:14
ILIAS\GlobalScreen\Scope\Layout\Builder
Definition:
DecoratedPageBuilder.php:1
src
GlobalScreen
Scope
Layout
Builder
PageBuilder.php
Generated on Sat Oct 4 2025 20:01:11 for ILIAS by
1.9.4 (using
Doxyfile
)