ILIAS
release_8 Revision v8.19
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
j
l
m
p
s
t
u
+
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
Ö
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
PagePartProvider.php
Go to the documentation of this file.
1
<?php
2
3
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\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
(): ?
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
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\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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AbstractOriginalPagePartProvider.php:20
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getToastContainer
getToastContainer()
ILIAS\UI\Component\Legacy\Legacy
Definition:
Legacy.php:31
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getFooter
getFooter()
ILIAS\UI\Component\Image\Image
Definition:
Image.php:34
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()
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
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:32
src
GlobalScreen
Scope
Layout
Provider
PagePart
PagePartProvider.php
Generated on Tue Apr 1 2025 22:02:45 for ILIAS by
1.8.13 (using
Doxyfile
)