Definition at line 27 of file Breadcrumb.php.
 
  
  | 
        
          | Xmf\Template\Breadcrumb::init | ( |  | ) |  |  | protected | 
 
 
  
  | 
        
          | Xmf\Template\Breadcrumb::render | ( |  | ) |  |  | protected | 
 
Assigning content to template
- Returns
- void 
Definition at line 64 of file Breadcrumb.php.
 
 
      
        
          | Xmf\Template\Breadcrumb::setItems | ( |  | $items | ) |  | 
      
 
Set the items to be shown. Items are specified as an array of breadcrumb items. Each breadcrumb item is an array of:
- 'caption' => ready to display string item,
- 'link' => url (omit to disable link on this item)
- Parameters
- 
  
    | array | $items | array of breadcrumb items |  
 
- Returns
- void 
Definition at line 54 of file Breadcrumb.php.
References Xmf\Template\Breadcrumb\$items.
 
 
  
  | 
        
          | Xmf\Template\Breadcrumb::$items = array() |  | private | 
 
 
The documentation for this class was generated from the following file: