PHP Class DebugKit\Panel\SqlLogPanel

Inheritance: extends DebugKit\DebugPanel
Datei anzeigen Open project: cakephp/debug_kit

Protected Properties

Property Type Description
$_loggers array Loggers connected

Public Methods

Method Description
data ( ) : array Get the data this panel wants to store.
initialize ( ) : void Initialize hook - configures logger.
summary ( ) : string Get summary data from the queries run.

Method Details

data() public method

Get the data this panel wants to store.
public data ( ) : array
return array

initialize() public method

This will unfortunately build all the connections, but they won't connect until used.
public initialize ( ) : void
return void

summary() public method

Get summary data from the queries run.
public summary ( ) : string
return string

Property Details

$_loggers protected_oe property

Loggers connected
protected array $_loggers
return array