ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
PagePartProvider.php
Go to the documentation of this file.
2 
9 
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 }
This describes the MainBar.
Definition: MainBar.php:15
This describes the MetaBar.
Definition: MetaBar.php:14
This describes the Footer.
Definition: Footer.php:11