ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\UI\Component\Link\Bulky Interface Reference

Bulky Link - a visually enriched link that looks like a button but behaves like a link. More...

+ Inheritance diagram for ILIAS\UI\Component\Link\Bulky:
+ Collaboration diagram for ILIAS\UI\Component\Link\Bulky:

Public Member Functions

 getLabel ()
 Get the label of the link. More...
 
 getSymbol ()
 Get the Icon or Glyph the Link was created with. 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...
 
- Public Member Functions inherited from ILIAS\UI\Component\HasContentLanguage
 withContentLanguage (LanguageTag $language)
 If the link text also is not translated (e.g., because it is a formal title that should be kept in the original language), you should add the language attributes to the anchor element. More...
 
 getContentLanguage ()
 See comment in withContentLanguage. More...
 
- Public Member Functions inherited from ILIAS\UI\Component\HasHelpTopics
 withHelpTopics (Topic ... $topics)
 Let this component have the given topics. More...
 
 withAdditionalHelpTopics (Topic ... $topics)
 Let this component also have the given topics. More...
 
 getHelpTopics ()
 
- Public Member Functions inherited from ILIAS\UI\Component\JavaScriptBindable
 withOnLoadCode (Closure $binder)
 
 withAdditionalOnLoadCode (Closure $binder)
 Add some onload-code to the component instead of replacing the existing one. More...
 
 getOnLoadCode ()
 Get the currently bound on load code. More...
 

Detailed Description

Bulky Link - a visually enriched link that looks like a button but behaves like a link.

Definition at line 28 of file Bulky.php.

Member Function Documentation

◆ getLabel()

ILIAS\UI\Component\Link\Bulky::getLabel ( )

Get the label of the link.

◆ getSymbol()

ILIAS\UI\Component\Link\Bulky::getSymbol ( )

Get the Icon or Glyph the Link was created with.


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