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(Connection $connection, bool $addBarPanel = false, 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(Connection $connection, bool $addBarPanel = false, 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(Connection $connection, BlueScreen $blueScreen)
No description
at line 105
static array|null
renderException(Throwable|null $e)
No description
at line 125
string
getTab()
No description
at line 136
string|null
getPanel()
No description