PHP Class DebugKit\Panel\EnvironmentPanel

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

Public Methods

Method Description
shutdown ( Cake\Event\Event $event ) : void Shutdown callback

Protected Methods

Method Description
_prepare ( ) : array Get necessary data about environment to pass back to controller

Method Details

_prepare() protected method

Get necessary data about environment to pass back to controller
protected _prepare ( ) : array
return array

shutdown() public method

Shutdown callback
public shutdown ( Cake\Event\Event $event ) : void
$event Cake\Event\Event Event
return void