ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
PagePartProvider.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
21 
30 
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 }
This describes the MainBar.
Definition: MainBar.php:16
This describes the MetaBar.
Definition: MetaBar.php:14
This describes the Footer.
Definition: Footer.php:15