ILIAS  release_8 Revision v8.24
PagePartProvider.php
Go to the documentation of this file.
1<?php
2
3declare(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 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}
This describes the Footer.
Definition: Footer.php:33
This describes the MainBar.
Definition: MainBar.php:34
This describes the MetaBar.
Definition: MetaBar.php:33
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...