Class Breadcrumbs
Breadcrumbs renders a Foundation breadcrumb
- CWidget
- foundation\widgets\base\Widget
- foundation\widgets\Breadcrumbs
Namespace: foundation\widgets
Package: foundation\widgets
Author: Antonio Ramirez <amigo.cobos@gmail.com>
See: http://foundation.zurb.com/docs/components/breadcrumbs.html
Located at widgets/Breadcrumbs.php
Package: foundation\widgets
Author: Antonio Ramirez <amigo.cobos@gmail.com>
See: http://foundation.zurb.com/docs/components/breadcrumbs.html
Located at widgets/Breadcrumbs.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
renderItem( string $label, array $options = array() )
Generates the rendering of a breadcrumb item |
Methods inherited from foundation\widgets\base\Widget
display()
,
registerAssets()
,
registerEvents()
,
registerPlugin()
Magic methods summary
Properties summary
public
boolean
|
$encodeLabel |
#
whether to HTML encode the link labels. |
public
string
|
$homeLabel |
#
the label for the first link in the breadcrumb. |
public
array
|
$homeUrl |
#
the url for the first link in the breadcrumb |
public
string
|
$tagName |
#
the tag name to be used. Possible: 'nav' | 'ul'. Defaults to 'ul'. |
public
array
|
$items |
#
$items the items of breadcrumbs. The format is as follows: 'label'=>'#', 'label'=>array('url'=>'#', 'options'=>array()) |