PHP Class DebugKit\Panel\CachePanel

Inheritance: extends DebugKit\DebugPanel
Afficher le fichier Open project: cakephp/debug_kit

Protected Properties

Свойство Type Description
$_instances DebugKit\Cache\Engine\DebugEngine[] The cache spy instances used.

Méthodes publiques

Méthode Description
data ( ) : array Get the data for this panel
initialize ( ) : void Initialize - install cache spies.

Method Details

data() public méthode

Get the data for this panel
public data ( ) : array
Résultat array

initialize() public méthode

Initialize - install cache spies.
public initialize ( ) : void
Résultat void

Property Details

$_instances protected_oe property

The cache spy instances used.
protected DebugEngine[],DebugKit\Cache\Engine $_instances
Résultat DebugKit\Cache\Engine\DebugEngine[]