ConnectionPanel
class ConnectionPanel implements IBarPanel
Tracy Bar panel showing executed SQL queries with timing and EXPLAIN support.
Properties
| $maxQueries | |||
| $name | |||
| $explain | |||
| $disabled | |||
| $performanceScale |
Methods
static ConnectionPanel|null
initialize(Explorer $explorer, bool $addBarPanel = true, string $name = '', bool $explain = true, Bar|null $bar = null, BlueScreen|null $blueScreen = null)
Registers the panel with Tracy. Optionally adds it to the Tracy Bar.
static array|null
renderException(Throwable|null $e)
No description
string
getTab()
No description
string|null
getPanel()
No description
Details
at line 38
static ConnectionPanel|null
initialize(Explorer $explorer, bool $addBarPanel = true, string $name = '', bool $explain = true, Bar|null $bar = null, BlueScreen|null $blueScreen = null)
Registers the panel with Tracy. Optionally adds it to the Tracy Bar.
at line 62
__construct(Explorer $explorer, BlueScreen $blueScreen)
No description
at line 106
static array|null
renderException(Throwable|null $e)
No description
at line 119
string
getTab()
No description
at line 130
string|null
getPanel()
No description