PHP Class DebugKit\Panel\TimerPanel

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

Public Methods

Method Description
data ( ) : array Get the data for the panel.
implementedEvents ( ) : array Return an array of events to listen to.
summary ( ) : string Get the summary for the panel.

Method Details

data() public method

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

implementedEvents() public method

Return an array of events to listen to.
public implementedEvents ( ) : array
return array

summary() public method

Get the summary for the panel.
public summary ( ) : string
return string