class Bar

Debug Bar.

Properties

string[] $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 33
Bar addPanel(IBarPanel $panel, $id = NULL)

Add custom panel.

Parameters

IBarPanel $panel
$id

Return Value

Bar

at line 51
IBarPanel|null getPanel($id)

Returns panel with given id

Parameters

$id

Return Value

IBarPanel|null

at line 61
void render()

Renders debug bar.

Return Value

void