| 
|   | __construct () | 
|   | 
| &  | addLink ($label, $url, $icon=null, $attributes=[], $index=null) | 
|   | 
|   | __construct () | 
|   | 
| &  | addLink ($label, $url, $icon=null, $attributes=[], $index=null) | 
|   | 
|   | addLinkFromHTML ($html, Icon $icon=null) | 
|   | 
|   | __construct () | 
|   | 
|   | addCSSClass ($css_class) | 
|   | 
|   | removeCSSClass ($css_class) | 
|   | 
|   | render ($variables=[]) | 
|   | 
|   | addElement (WidgetElement $element, $index=null) | 
|   | 
|   | insertElement (WidgetElement $element, $before_index, $index=null) | 
|   | 
|   | getElement ($index) | 
|   | 
|   | getElements () | 
|   | 
|   | removeElement ($index) | 
|   | 
|   | hasElements () | 
|   | 
|   | hasElement ($index) | 
|   | 
|   | forceRendering ($state=true) | 
|   | 
|   | addLayoutCSSClass ($css_class) | 
|   | 
|   | removeLayoutCSSClass ($css_class) | 
|   | 
|   | render ($variables=[]) | 
|   | 
|   | __isset ($offset) | 
|   | 
|   | __get ($offset) | 
|   | 
|   | __set ($offset, $value) | 
|   | 
|   | __unset ($offset) | 
|   | 
◆ __construct()
Constructs the widget by defining a special template. 
Reimplemented from LinksWidget.
 
 
◆ addLink()
      
        
          | & addLink  | 
          ( | 
            | 
          $label,  | 
        
        
           | 
           | 
            | 
          $url,  | 
        
        
           | 
           | 
            | 
          $icon = null,  | 
        
        
           | 
           | 
            | 
          $attributes = [],  | 
        
        
           | 
           | 
            | 
          $index = null  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Adds a link to the widget
- Parameters
 - 
  
    | String | $label | Label/content of the link  | 
    | String | $url | URL/Location of the link  | 
    | Icon | $icon | (not used)  | 
    | array | $attributes | Optional attributes fot the generated link  | 
    | mixed | $index | Index to use for the element  | 
  
   
- Returns
 - String 
 
Reimplemented from LinksWidget.
 
 
The documentation for this class was generated from the following file: