ILIAS  release_7 Revision v7.30-3-g800a261c036
PagePartProvider.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
21
26use ILIAS\UI\Component\MainControls\HeadInfo;
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}
An exception for terminatinating execution or to throw for unit testing.
This describes the Footer.
Definition: Footer.php:16
This describes the MainBar.
Definition: MainBar.php:17
This describes the MetaBar.
Definition: MetaBar.php:15