ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Common interface to all items. More...
Public Member Functions | |
getTitle () | |
Gets the title of the item. More... | |
withDescription (string $description) | |
Create a new item with an attached description. More... | |
getDescription () | |
Get the description of the item. More... | |
withProperties (array $properties) | |
Get a new item with the given properties as key-value pairs. More... | |
getProperties () | |
Get the properties of the appointment. More... | |
![]() | |
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... | |
ILIAS\UI\Component\Item\Item::getDescription | ( | ) |
Get the description of the item.
Referenced by ILIAS\UI\Implementation\Component\Item\Renderer\renderDescription(), and ILIAS\UI\Implementation\Component\Item\Renderer\renderShy().
ILIAS\UI\Component\Item\Item::getProperties | ( | ) |
Get the properties of the appointment.
Referenced by ilAppointmentPresentationGUI\getHTML(), and ILIAS\UI\Implementation\Component\Item\Renderer\renderProperties().
ILIAS\UI\Component\Item\Item::getTitle | ( | ) |
Gets the title of the item.
Referenced by ILIAS\UI\Implementation\Component\Item\Renderer\renderTitle().
ILIAS\UI\Component\Item\Item::withDescription | ( | string | $description | ) |
Create a new item with an attached description.
Referenced by ilBTPopOverGUI\getNotificationItem().
ILIAS\UI\Component\Item\Item::withProperties | ( | array | $properties | ) |
Get a new item with the given properties as key-value pairs.
The key is holding the title and the value is holding the content of the specific data set.
array<string,string|Shy|Icon> | $properties Label => Content |
Referenced by ilAppointmentPresentationGUI\getHTML().