PHP Класс DebugKit\DebugPanel

Наследование: implements Cake\Event\EventListenerInterface
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$plugin string Defines which plugin this panel is from so the element can be located.

Защищенные свойства (Protected)

Свойство Тип Описание
$_data array The data collected about a given request.

Открытые методы

Метод Описание
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.

Описание методов

data() публичный Метод

Get the data a panel has collected.
public data ( ) : array
Результат array

elementName() публичный Метод

Get the element name for the panel.
public elementName ( ) : string
Результат string

implementedEvents() публичный Метод

Get the events this panels supports.
public implementedEvents ( ) : array
Результат array

initialize() публичный Метод

Initialize hook method.
public initialize ( ) : void
Результат void

shutdown() публичный Метод

Shutdown callback
public shutdown ( Cake\Event\Event $event ) : void
$event Cake\Event\Event The event.
Результат void

summary() публичный Метод

This data is displayed in the toolbar even when the panel is collapsed.
public summary ( ) : string
Результат string

title() публичный Метод

Get the title for the panel.
public title ( ) : string
Результат string

Описание свойств

$_data защищенное свойство

The data collected about a given request.
protected array $_data
Результат array

$plugin публичное свойство

Defines which plugin this panel is from so the element can be located.
public string $plugin
Результат string