Panel
class Panel implements IBarPanel
Dibi panel for Tracy.
Properties
static int | $maxLength | ||
bool|string | $explain | ||
int | $filter |
Methods
__construct($explain = true, $filter = null)
No description
static array|null
renderException($e)
Returns blue-screen custom tab.
string
getTab()
Returns HTML code for custom tab. (Tracy\IBarPanel)
string|null
getPanel()
Returns HTML code for custom panel. (Tracy\IBarPanel)
Details
at line 36
__construct($explain = true, $filter = null)
No description
at line 43
register(Connection $connection)
No description
at line 55
void
logEvent(Event $event)
After event notification.
at line 68
static array|null
renderException($e)
Returns blue-screen custom tab.
at line 83
string
getTab()
Returns HTML code for custom tab. (Tracy\IBarPanel)
at line 101
string|null
getPanel()
Returns HTML code for custom panel. (Tracy\IBarPanel)
Traits
Better OOP experience.