Documentation

Breadcrumb extends Component
in package

Table of Contents

$links  : array<string|int, mixed>
The breadcrumb links
__construct()  : void
Create a new component instance.
render()  : View|string
Get the view / contents that represent the component.

Properties

The breadcrumb links

public array<string|int, mixed> $links

Methods

__construct()

Create a new component instance.

public __construct([array<string|int, mixed> $links = [] ]) : void
Parameters
$links : array<string|int, mixed> = []
Return values
void

render()

Get the view / contents that represent the component.

public render() : View|string
Return values
View|string

Search results