PHP Class DebugKit\Panel\LogPanel

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

Public Methods

Method Description
data ( ) : array Get the panel data
initialize ( ) : void Initialize hook - sets up the log listener.
summary ( ) : string Get the summary data.

Method Details

data() public method

Get the panel data
public data ( ) : array
return array

initialize() public method

Initialize hook - sets up the log listener.
public initialize ( ) : void
return void

summary() public method

Get the summary data.
public summary ( ) : string
return string