PHP Class DebugKit\DebugPanel

Inheritance: implements Cake\Event\EventListenerInterface
Afficher le fichier Open project: cakephp/debug_kit

Méthodes publiques

Свойство Type Description
$plugin string Defines which plugin this panel is from so the element can be located.

Protected Properties

Свойство Type Description
$_data array The data collected about a given request.

Méthodes publiques

Méthode Description
data ( ) : array Get the data a panel has collected.
elementName ( ) : string Get the element name for the panel.
implementedEvents ( ) : array Get the events this panels supports.
initialize ( ) : void Initialize hook method.
shutdown ( Cake\Event\Event $event ) : void Shutdown callback
summary ( ) : string Get the summary data for a panel.
title ( ) : string Get the title for the panel.

Method Details

data() public méthode

Get the data a panel has collected.
public data ( ) : array
Résultat array

elementName() public méthode

Get the element name for the panel.
public elementName ( ) : string
Résultat string

implementedEvents() public méthode

Get the events this panels supports.
public implementedEvents ( ) : array
Résultat array

initialize() public méthode

Initialize hook method.
public initialize ( ) : void
Résultat void

shutdown() public méthode

Shutdown callback
public shutdown ( Cake\Event\Event $event ) : void
$event Cake\Event\Event The event.
Résultat void

summary() public méthode

This data is displayed in the toolbar even when the panel is collapsed.
public summary ( ) : string
Résultat string

title() public méthode

Get the title for the panel.
public title ( ) : string
Résultat string

Property Details

$_data protected_oe property

The data collected about a given request.
protected array $_data
Résultat array

$plugin public_oe property

Defines which plugin this panel is from so the element can be located.
public string $plugin
Résultat string