ILIAS
trunk Revision v11.0_alpha-1713-gd8962da2f67
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
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 Fri Apr 4 2025 23:03:14 for ILIAS by
1.8.13 (using
Doxyfile
)