ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\UI\Component\Item\Shy Interface Reference
+ 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...
 

Detailed Description

Definition at line 29 of file Shy.php.

Member Function Documentation

◆ getClose()

ILIAS\UI\Component\Item\Shy::getClose ( )

◆ getLeadIcon()

ILIAS\UI\Component\Item\Shy::getLeadIcon ( )

◆ withClose()

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.

◆ withLeadIcon()

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.


The documentation for this interface was generated from the following file: