6use \ILIAS\UI\Component\Legacy\Legacy;
An exception for terminatinating execution or to throw for unit testing.
A component is the most general form of an entity in the UI.
Common interface to all items.
getAggregateNotifications()
Get the list of Notification Items, this Notification Item aggregates or an empty list.
getAdditionalContent()
Get the additional content of the item or null.
getCloseAction()
Get the url attached to this Notification Item.
getLeadIcon()
Get icon as lead.
withLeadIcon(\ILIAS\UI\Component\Symbol\Icon\Icon $lead)
Set icon as lead.
withCloseAction(string $url)
Get an Item like this with an url to consulted async, when to close button is pressed.
withAdditionalContent(Legacy $component)
Get a Notification Item like this but with additional content bellow the description.
withAggregateNotifications(array $aggregate_notifications)
Get an Notification Item like this, but with a set of Notifications, this Notification Item will aggr...
This describes how an icon could be modified during construction of UI.
Class ChatMainBarProvider \MainMenu\Provider.