PHP Class Noherczeg\Breadcrumb\Builders\HtmlBuilder

Inheritance: extends Builder
Mostrar archivo Open project: noherczeg/breadcrumb

Public Methods

Method Description
build ( String | null $casing = null, boolean $last_not_link = true, String | null $separator = null, array $properties = [], $different_links = false ) : String build: The builder method which creates HTML style breadcrumbs

Private Methods

Method Description
appendElement ( $key, Segment $segment, $properties )
getInactiveElementByFieldName ( $segmentProperty, $tc, $htmlProperties )

Method Details

build() public method

build: The builder method which creates HTML style breadcrumbs
public build ( String | null $casing = null, boolean $last_not_link = true, String | null $separator = null, array $properties = [], $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
return String