Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
DebugKit
Panel
EnvironmentPanel
PHP Class DebugKit\Panel\EnvironmentPanel
Inheritance:
extends
DebugKit\DebugPanel
Mostrar archivo
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