19declare(strict_types=1);
The scope of this class is split ilias-conform URI's into components.
A component is the most general form of an entity in the UI.
withPermanentURL(URI $url)
Get a Footer like this but with a permanent URL to the current page, which can be copied by the users...
withAdditionalLinkGroup(string $title, array $actions)
Get a Footer like this but add an additional, named group of links or shy-buttons to the link-group s...
withAdditionalLink(Link|Shy ... $actions)
Get a Footer like this but add an additional link or shy-button to the links section.
withAdditionalText(string ... $texts)
Get a Footer like this but add additional text information to the meta section.
withAdditionalModal(Modal\RoundTrip $modal)
withAdditionalIcon(Icon $icon, URI|Signal|null $action=null)
Get a Footer like this but add an additional Icon to the icons section.
This describes commonalities between the different modals.
This describes how an icon could be modified during construction of UI.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...