ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
Footer.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 2019 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
3 
5 
7 
11 interface Footer extends Component
12 {
16  public function getLinks() : array;
17 
18  public function getText() : string;
19 
23  public function getPermanentURL();
24 
25  public function withPermanentURL(\ILIAS\Data\URI $url) : Footer;
26 }
Class ChatMainBarProvider .
withPermanentURL(\ILIAS\Data\URI $url)
The scope of this class is split ilias-conform URI&#39;s into components.
Definition: URI.php:17
$url
This describes the Footer.
Definition: Footer.php:11