class Breadcrumbs extends Component

Properties

$items
protected $current

Methods

void
__construct($current = null, $root = true, $parent = null, $homeLabel = null, $prepend = [], $append = [])

Create a new component instance.

View|Closure|string
render()

Get the view / contents that represent the component.

Details

at line 19
void __construct($current = null, $root = true, $parent = null, $homeLabel = null, $prepend = [], $append = [])

Create a new component instance.

Parameters

$current
$root
$parent
$homeLabel
$prepend
$append

Return Value

void

at line 123
View|Closure|string render()

Get the view / contents that represent the component.

Return Value

View|Closure|string