PHP 클래스 Noherczeg\Breadcrumb\Builders\RichsnippetBuilder

상속: extends Builder
파일 보기 프로젝트 열기: noherczeg/breadcrumb

공개 메소드들

메소드 설명
build ( String | null $casing = null, boolean $last_not_link = true, String | null $separator = null, array $properties = [], String | null $ul_class = null, boolean $different_links = false ) : String build: The builder method which creates rich snippet style breadcrumbs https://support.google.com/webmasters/answer/185417?hl=en

비공개 메소드들

메소드 설명
appendElement ( $key, Segment $segment, $properties )
getInactiveElementByFieldName ( $segmentProperty, $title )

메소드 상세

build() 공개 메소드

build: The builder method which creates rich snippet style breadcrumbs https://support.google.com/webmasters/answer/185417?hl=en
public build ( String | null $casing = null, boolean $last_not_link = true, String | null $separator = null, array $properties = [], String | null $ul_class = null, 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
$ul_class String | null Class of
    element
$different_links boolean
리턴 String