|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\UI\Component\MainControls\Footer:
Collaboration diagram for ILIAS\UI\Component\MainControls\Footer: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) | |
Public Member Functions inherited from ILIAS\UI\Component\Component | |
| 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().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| ILIAS\UI\Component\MainControls\Footer::withAdditionalModal | ( | Modal\RoundTrip | $modal | ) |
Referenced by ILIAS\GlobalScreen\Scope\Footer\Collector\Renderer\FooterRendererFactory\addToFooter().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function: