class DashboardBreadcrumb implements BreadcrumbInterface, Iterator (View source)

Properties

protected ItemInterface[] $items
protected bool $sanitizeName

Methods

bool
sanitizeName()

No description

void
setSanitizeName(bool $sanitizeName)

No description

add(ItemInterface $item)

Adds an item to the navigation.

array
getItems()

Returns all the items in the navigation.

setItems(array $items)

Replace all the existing items with new ones.

rewind()

{@inheritdoc}

current()

{@inheritdoc}

key()

{@inheritdoc}

next()

{@inheritdoc}

valid()

{@inheritdoc}

Details

bool sanitizeName()

No description

Return Value

bool

void setSanitizeName(bool $sanitizeName)

No description

Parameters

bool $sanitizeName

Return Value

void

NavigationInterface add(ItemInterface $item)

Adds an item to the navigation.

Parameters

ItemInterface $item

Return Value

NavigationInterface

See also

NavigationInterface::add

array getItems()

Returns all the items in the navigation.

Return Value

array

See also

NavigationInterface::getItems

NavigationInterface setItems(array $items)

Replace all the existing items with new ones.

Parameters

array $items

Return Value

NavigationInterface

See also

NavigationInterface::setItems

rewind()

{@inheritdoc}

See also

\Iterator::rewind()

current()

{@inheritdoc}

See also

\Iterator::current()

key()

{@inheritdoc}

See also

\Iterator::key()

next()

{@inheritdoc}

See also

\Iterator::next()

valid()

{@inheritdoc}

See also

\Iterator::valid()