ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
PagePartProvider.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
namespace
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart
;
21
22
use
ILIAS\UI\Component\Breadcrumbs\Breadcrumbs
;
23
use
ILIAS\UI\Component\Image\Image
;
24
use
ILIAS\UI\Component\Legacy\Content
;
25
use
ILIAS\UI\Component\MainControls\Footer
;
26
use
ILIAS\UI\Component\MainControls\MainBar
;
27
use
ILIAS\UI\Component\MainControls\MetaBar
;
28
use
ILIAS\UI\Component\MainControls\SystemInfo
;
29
use
ILIAS\UI\Component\Toast\Container
as
TContainer
;
30
35
interface
PagePartProvider
36
{
40
public
function
getContent
(): ?
Content
;
41
45
public
function
getMetaBar
(): ?
MetaBar
;
46
50
public
function
getMainBar
(): ?
MainBar
;
51
55
public
function
getBreadCrumbs
(): ?
Breadcrumbs
;
56
60
public
function
getLogo
(): ?
Image
;
61
65
public
function
getResponsiveLogo
(): ?
Image
;
66
70
public
function
getFaviconPath
(): string;
71
75
public
function
getSystemInfos
(): array;
76
80
public
function
getFooter
(): ?
Footer
;
81
82
public
function
getTitle
(): string;
83
84
public
function
getShortTitle
(): string;
85
86
public
function
getViewTitle
(): string;
87
88
public
function
getToastContainer
(): ?
TContainer
;
89
}
Container
Image
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getMainBar
getMainBar()
MainBar
ILIAS\UI\Component\Legacy\Content
Definition:
Content.php:32
ILIAS\UI\Component\MainControls\MainBar
This describes the MainBar.
Definition:
MainBar.php:33
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getContent
getContent()
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart
Definition:
AbstractOriginalPagePartProvider.php:21
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getToastContainer
getToastContainer()
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getFooter
getFooter()
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider
Interface PagePartProvider.
Definition:
PagePartProvider.php:35
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getResponsiveLogo
getResponsiveLogo()
ILIAS\UI\Component\Breadcrumbs\Breadcrumbs
Definition:
Breadcrumbs.php:30
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getFaviconPath
getFaviconPath()
ILIAS\UI\Component\Legacy\Content
Footer
MetaBar
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getViewTitle
getViewTitle()
SystemInfo
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getShortTitle
getShortTitle()
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getSystemInfos
getSystemInfos()
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getBreadCrumbs
getBreadCrumbs()
ILIAS\UI\Component\MainControls\MetaBar
This describes the MetaBar.
Definition:
MetaBar.php:32
Breadcrumbs
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getLogo
getLogo()
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getTitle
getTitle()
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getMetaBar
getMetaBar()
ILIAS\UI\Component\MainControls\Footer
Definition:
Footer.php:31
components
ILIAS
GlobalScreen
src
Scope
Layout
Provider
PagePart
PagePartProvider.php
Generated on Sun Aug 31 2025 23:03:03 for ILIAS by
1.8.13 (using
Doxyfile
)