PHP Class DebugKit\Panel\RequestPanel

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

Public Methods

Method Description
shutdown ( Cake\Event\Event $event ) : void Data collection callback.

Method Details

shutdown() public method

Data collection callback.
public shutdown ( Cake\Event\Event $event ) : void
$event Cake\Event\Event The shutdown event.
return void