PHP 클래스 DebugKit\Panel\SqlLogPanel

상속: extends DebugKit\DebugPanel
파일 보기 프로젝트 열기: cakephp/debug_kit

보호된 프로퍼티들

프로퍼티 타입 설명
$_loggers array Loggers connected

공개 메소드들

메소드 설명
data ( ) : array Get the data this panel wants to store.
initialize ( ) : void Initialize hook - configures logger.
summary ( ) : string Get summary data from the queries run.

메소드 상세

data() 공개 메소드

Get the data this panel wants to store.
public data ( ) : array
리턴 array

initialize() 공개 메소드

This will unfortunately build all the connections, but they won't connect until used.
public initialize ( ) : void
리턴 void

summary() 공개 메소드

Get summary data from the queries run.
public summary ( ) : string
리턴 string

프로퍼티 상세

$_loggers 보호되어 있는 프로퍼티

Loggers connected
protected array $_loggers
리턴 array