PHP Класс TbBreadcrumbs

См. также: http://twitter.github.io/bootstrap/components.html#breadcrumbs
Наследование: extends CBreadcrumbs
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$separator the separator between links in the breadcrumbs. Defaults to '/'.

Открытые методы

Метод Описание
init ( ) ### .init()
run ( ) ### .run()

Защищенные методы

Метод Описание
renderItem ( string $content, boolean $active = false ) : string ### .renderItem()

Описание методов

init() публичный Метод

Initializes the widget.
public init ( )

renderItem() защищенный Метод

Renders a single breadcrumb item.
protected renderItem ( string $content, boolean $active = false ) : string
$content string the content.
$active boolean whether the item is active.
Результат string the markup.

run() публичный Метод

Renders the content of the widget.
public run ( )

Описание свойств

$separator публичное свойство

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