|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\UI\Component\Item\Shy:
Collaboration diagram for ILIAS\UI\Component\Item\Shy: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 () | |
Public Member Functions inherited from ILIAS\UI\Component\Item\Item | |
| 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... | |
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... | |
| 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.