class Bar

Debug Bar.

Properties

deprecated $info

Methods

Bar
addPanel(IBarPanel $panel, $id = NULL)

Add custom panel.

IBarPanel|null
getPanel($id)

Returns panel with given id

void
render()

Renders debug bar.

Details

at line 29
Bar addPanel(IBarPanel $panel, $id = NULL)

Add custom panel.

Parameters

IBarPanel $panel
$id

Return Value

Bar

at line 47
IBarPanel|null getPanel($id)

Returns panel with given id

Parameters

$id

Return Value

IBarPanel|null

at line 57
void render()

Renders debug bar.

Return Value

void