PHP Класс Noherczeg\Breadcrumb\Builders\BootstrapBuilder

Наследование: extends Builder
Показать файл Открыть проект

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

Метод Описание
build ( String | null $casing = null, boolean $last_not_link = true, String | null $separator = null, array $properties = [], boolean $different_links = false ) : String build: The builder method which creates Bootsrap style breadcrumbs

Приватные методы

Метод Описание
appendElement ( $key, Segment $segment )
getInactiveElementByFieldName ( $segmentProperty, $tc )

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

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

WARNING! Bootsrap won't accept any properties submitted to it, since it's not in the model by default! Parameter is only there as placeholder!
public build ( String | null $casing = null, boolean $last_not_link = true, String | null $separator = null, array $properties = [], boolean $different_links = false ) : String
$casing String | null Casing option
$last_not_link boolean True if last shouldn't be a link
$separator String | null Separator String
$properties array
$different_links boolean Each segment is appended to base_url instead of the previous segment
Результат String