class Breadcrumb

Properties

protected $currentPage
protected $crumbs
protected $hideCurrentPage
protected $options
protected $defaultOptions

Methods

__construct(Page $currentPage, $options = [])

No description

static 
breadcrumbTraverser(Breadcrumb $breadcrumb, Page|null $page)

No description

createItem(Page $page, array $options)

No description

append(Page $page, array $options = [])

No description

prepend(Page $page, array $options = [])

No description

get()

No description

Details

at line 20
__construct(Page $currentPage, $options = [])

Parameters

Page $currentPage
$options

at line 52
static breadcrumbTraverser(Breadcrumb $breadcrumb, Page|null $page)

Parameters

Breadcrumb $breadcrumb
Page|null $page

at line 59
createItem(Page $page, array $options)

Parameters

Page $page
array $options

at line 83
append(Page $page, array $options = [])

Parameters

Page $page
array $options

at line 91
prepend(Page $page, array $options = [])

Parameters

Page $page
array $options

at line 99
get()