ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
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 section. More... | |
withAdditionalLink (Link|Shy ... $actions) | |
Get a Footer like this but add an additional link or shy-button to the links section. More... | |
withAdditionalIcon (Icon $icon, URI|Signal|null $action=null) | |
Get a Footer like this but add an additional Icon to the icons section. More... | |
withAdditionalText (string ... $texts) | |
Get a Footer like this but add additional text information to the meta section. More... | |
withPermanentURL (URI $url) | |
Get a Footer like this but with a permanent URL to the current page, which can be copied by the users. More... | |
withAdditionalModal (Modal\RoundTrip $modal) | |
![]() | |
getCanonicalName () | |
Get the canonical name of the component. More... | |
reduceWith (\Closure $fn) | |
The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. More... | |
Definition at line 31 of file Footer.php.
ILIAS\UI\Component\MainControls\Footer::withAdditionalIcon | ( | Icon | $icon, |
URI|Signal|null | $action = null |
||
) |
Get a Footer like this but add an additional Icon to the icons section.
The Icon may also trigger an action or signal to trigger a dialog.
Get a Footer like this but add an additional link or shy-button to the links section.
Link|Shy | ...$actions only use Shy buttons if they trigger signal(s). |
Referenced by ILIAS\GlobalScreen\Scope\Footer\Collector\Renderer\FooterRendererFactory\addToFooter().
ILIAS\UI\Component\MainControls\Footer::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 section.
array<Link|Shy> | $actions only use Shy buttons if they trigger signal(s). |
Referenced by ILIAS\GlobalScreen\Scope\Footer\Collector\Renderer\FooterRendererFactory\addToFooter().
ILIAS\UI\Component\MainControls\Footer::withAdditionalModal | ( | Modal\RoundTrip | $modal | ) |
Referenced by ILIAS\GlobalScreen\Scope\Footer\Collector\Renderer\FooterRendererFactory\addToFooter().
ILIAS\UI\Component\MainControls\Footer::withAdditionalText | ( | string ... | $texts | ) |
Get a Footer like this but add additional text information to the meta section.
Referenced by ILIAS\GlobalScreen\Scope\Footer\Collector\Renderer\FooterRendererFactory\addToFooter().
ILIAS\UI\Component\MainControls\Footer::withPermanentURL | ( | URI | $url | ) |
Get a Footer like this but with a permanent URL to the current page, which can be copied by the users.
Referenced by ILIAS\GlobalScreen\Scope\Footer\Collector\Renderer\FooterRendererFactory\addToFooter().