final class BreadcrumbItem (View source)

Methods

__construct(string $label, string|null $url = null, bool $active = false)
string
label()
string
string|null
url()
string|null
bool
active()
bool

Details

__construct

__construct(string $label, string|null $url = null, bool $active = false)

No description

Parameters

string $label
string|null $url
bool $active

label

string label()

No description

Return Value

string

url

string|null url()

No description

Return Value

string|null

active

bool active()

No description

Return Value

bool