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.
withDescription(string $description)
Create a new item with an attached description.
withProperties(array $properties)
Get a new item with the given properties as key-value pairs.
getProperties()
Get the properties of the appointment.
getDescription()
Get the description of the item.
getTitle()
Gets the title of the item.
getActions()
Get the actions of the item.
withActions(\ILIAS\UI\Component\Dropdown\Standard $actions)
Create a new appointment item with a set of actions to perform on it.
Class ChatMainBarProvider \MainMenu\Provider.