ILIAS  release_7 Revision v7.30-3-g800a261c036
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 
11 
15 interface Footer extends Component
16 {
20  public function getLinks() : array;
21 
22  public function getText() : string;
23 
27  public function getModals() : array;
28 
34  public function withAdditionalModalAndTrigger(
35  Modal\RoundTrip $roundTripModal,
36  Button\Shy $shyButton
37  ) : Footer;
38 
42  public function getPermanentURL();
43 
44  public function withPermanentURL(URI $url) : Footer;
45 }
This describes commonalities between the different modals.
Definition: Modal.php:13
withAdditionalModalAndTrigger(Modal\RoundTrip $roundTripModal, Button\Shy $shyButton)
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:15