ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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\Legacy
;
25
use
ILIAS\UI\Component\MainControls\Footer
;
26
use
ILIAS\UI\Component\MainControls\HeadInfo
;
27
use
ILIAS\UI\Component\MainControls\MainBar
;
28
use
ILIAS\UI\Component\MainControls\MetaBar
;
29
use
ILIAS\UI\Component\MainControls\SystemInfo
;
30
35
interface
PagePartProvider
36
{
40
public
function
getContent
() : ?
Legacy
;
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
getSystemInfos
() : array;
71
75
public
function
getFooter
() : ?
Footer
;
76
77
public
function
getTitle
() : string;
78
79
public
function
getShortTitle
() : string;
80
81
public
function
getViewTitle
() : string;
82
}
Image
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getMainBar
getMainBar()
MainBar
ILIAS\UI\Component\MainControls\MainBar
This describes the MainBar.
Definition:
MainBar.php:16
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getContent
getContent()
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart
Definition:
AbstractOriginalPagePartProvider.php:20
ILIAS\UI\Component\Legacy\Legacy
Definition:
Legacy.php:14
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getFooter
getFooter()
ILIAS\UI\Component\Image\Image
Definition:
Image.php:17
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:10
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()
HeadInfo
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getBreadCrumbs
getBreadCrumbs()
ILIAS\UI\Component\MainControls\MetaBar
This describes the MetaBar.
Definition:
MetaBar.php:14
Breadcrumbs
Legacy
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
This describes the Footer.
Definition:
Footer.php:15
src
GlobalScreen
Scope
Layout
Provider
PagePart
PagePartProvider.php
Generated on Wed Sep 3 2025 21:01:44 for ILIAS by
1.8.13 (using
Doxyfile
)