ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
withClose (Close $close) | |
Get a copy of that shy with a close button. More... | |
getClose () | |
withLeadIcon (Icon $lead) | |
Get a copy of that shy with a lead icon. More... | |
getLeadIcon () | |
![]() | |
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\Shy::getClose | ( | ) |
Implemented in ILIAS\UI\Implementation\Component\Item\Shy.
ILIAS\UI\Component\Item\Shy::getLeadIcon | ( | ) |
Implemented in ILIAS\UI\Implementation\Component\Item\Shy.
ILIAS\UI\Component\Item\Shy::withClose | ( | Close | $close | ) |
Get a copy of that shy with a close button.
Implemented in ILIAS\UI\Implementation\Component\Item\Shy.
ILIAS\UI\Component\Item\Shy::withLeadIcon | ( | Icon | $lead | ) |
Get a copy of that shy with a lead icon.
Implemented in ILIAS\UI\Implementation\Component\Item\Shy.