ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
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
q
r
s
t
u
v
w
x
z
+
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
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
PagePartProvider.php
Go to the documentation of this file.
1
<?php
namespace
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart
;
2
3
use
ILIAS\UI\Component\Breadcrumbs\Breadcrumbs
;
4
use
ILIAS\UI\Component\Image\Image
;
5
use
ILIAS\UI\Component\Legacy\Legacy
;
6
use
ILIAS\UI\Component\MainControls\Footer
;
7
use
ILIAS\UI\Component\MainControls\MainBar
;
8
use
ILIAS\UI\Component\MainControls\MetaBar
;
9
15
interface
PagePartProvider
16
{
17
21
public
function
getContent
() : ?
Legacy
;
22
26
public
function
getMetaBar
() : ?
MetaBar
;
27
31
public
function
getMainBar
() : ?
MainBar
;
32
36
public
function
getBreadCrumbs
() : ?
Breadcrumbs
;
37
41
public
function
getLogo
() : ?
Image
;
42
43
public
function
getResponsiveLogo
() : ?
Image
;
44
48
public
function
getFooter
() : ?
Footer
;
49
50
public
function
getTitle
() : string;
51
52
public
function
getShortTitle
() : string;
53
54
public
function
getViewTitle
() : string;
55
}
Image
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getMainBar
getMainBar()
MainBar
ILIAS\UI\Component\MainControls\MainBar
This describes the MainBar.
Definition:
MainBar.php:15
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getContent
getContent()
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart
Definition:
AbstractOriginalPagePartProvider.php:1
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:15
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()
ILIAS\GlobalScreen\Scope\Layout\Provider\PagePart\PagePartProvider\getShortTitle
getShortTitle()
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:11
src
GlobalScreen
Scope
Layout
Provider
PagePart
PagePartProvider.php
Generated on Sun Apr 6 2025 20:01:38 for ILIAS by
1.8.13 (using
Doxyfile
)