class PanelRegistry (View source)

Properties

Panel> $panels

Methods

void
register(Panel $panel)

No description

getDefault()

No description

get(string|null $id = null, bool $isStrict = true)

No description

Panel|null
find(string|null $id = null, bool $isStrict = true)

No description

array
all()

No description

Details

void register(Panel $panel)

No description

Parameters

Panel $panel

Return Value

void

Panel getDefault()

No description

Return Value

Panel

Exceptions

NoDefaultPanelSetException

Panel get(string|null $id = null, bool $isStrict = true)

No description

Parameters

string|null $id
bool $isStrict

Return Value

Panel

Exceptions

NoDefaultPanelSetException

protected Panel|null find(string|null $id = null, bool $isStrict = true)

No description

Parameters

string|null $id
bool $isStrict

Return Value

Panel|null

array all()

No description

Return Value

array