PHP Class TbBreadcrumbs

See also: http://twitter.github.io/bootstrap/components.html#breadcrumbs
Inheritance: extends CBreadcrumbs
Afficher le fichier Open project: yinhe/yincart Class Usage Examples

Méthodes publiques

Свойство Type Description
$separator the separator between links in the breadcrumbs. Defaults to '/'.

Méthodes publiques

Méthode Description
init ( ) ### .init()
run ( ) ### .run()

Méthodes protégées

Méthode Description
renderItem ( string $content, boolean $active = false ) : string ### .renderItem()

Method Details

init() public méthode

Initializes the widget.
public init ( )

renderItem() protected méthode

Renders a single breadcrumb item.
protected renderItem ( string $content, boolean $active = false ) : string
$content string the content.
$active boolean whether the item is active.
Résultat string the markup.

run() public méthode

Renders the content of the widget.
public run ( )

Property Details

$separator public_oe property

the separator between links in the breadcrumbs. Defaults to '/'.
public $separator