class Panel implements IBarPanel

Dibi panel for Nette\Diagnostics.

Properties

static int $maxLength
bool $explain
int $filter

Methods

__construct($explain = TRUE, $filter = NULL)

No description

register(Connection $connection)

No description

void
logEvent(Event $event)

After event notification.

static mixed
renderException($e)

Returns blue-screen custom tab.

mixed
getTab()

Returns HTML code for custom tab. (Nette\Diagnostics\IBarPanel)

mixed
getPanel()

Returns HTML code for custom panel. (Nette\Diagnostics\IBarPanel)

Details

at line 37
__construct($explain = TRUE, $filter = NULL)

No description

Parameters

$explain
$filter

at line 44
register(Connection $connection)

No description

Parameters

Connection $connection

at line 56
void logEvent(Event $event)

After event notification.

Parameters

Event $event

Return Value

void

at line 69
static mixed renderException($e)

Returns blue-screen custom tab.

Parameters

$e

Return Value

mixed

at line 84
mixed getTab()

Returns HTML code for custom tab. (Nette\Diagnostics\IBarPanel)

Return Value

mixed

at line 101
mixed getPanel()

Returns HTML code for custom panel. (Nette\Diagnostics\IBarPanel)

Return Value

mixed

Traits

Better OOP experience.