PHP Class DebugKit\Panel\VariablesPanel

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

Public Methods

Method Description
shutdown ( Cake\Event\Event $event ) : void Shutdown event
summary ( ) : string Get summary data for the variables panel.

Protected Methods

Method Description
_getErrors ( Cake\Datasource\EntityInterface $entity ) : array Extracts nested validation errors

Method Details

_getErrors() protected method

Extracts nested validation errors
protected _getErrors ( Cake\Datasource\EntityInterface $entity ) : array
$entity Cake\Datasource\EntityInterface Entity to extract
return array

shutdown() public method

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

summary() public method

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