PHP 클래스 DebugKit\DebugPanel

상속: implements Cake\Event\EventListenerInterface
파일 보기 프로젝트 열기: cakephp/debug_kit

공개 프로퍼티들

프로퍼티 타입 설명
$plugin string Defines which plugin this panel is from so the element can be located.

보호된 프로퍼티들

프로퍼티 타입 설명
$_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