ILIAS  release_8 Revision v8.24
Footer.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
22
28
32interface Footer extends Component
33{
37 public function getLinks(): array;
38
39 public function getText(): string;
40
44 public function getModals(): array;
45
46 public function withAdditionalModalAndTrigger(Modal\RoundTrip $roundTripModal, Button\Shy $shyButton): Footer;
47
48 public function getPermanentURL(): ?URI;
49
50 public function withPermanentURL(URI $url): Footer;
51}
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:35
A component is the most general form of an entity in the UI.
Definition: Component.php:28
This describes the Footer.
Definition: Footer.php:33
withAdditionalModalAndTrigger(Modal\RoundTrip $roundTripModal, Button\Shy $shyButton)
This describes commonalities between the different modals.
Definition: Modal.php:35
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Bulky.php:21
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:21
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:21
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$url