PHP 클래스 ZFDebug_Controller_Plugin_Debug

상속: extends Zend_Controller_Plugin_Abstract
파일 보기 프로젝트 열기: jokkedk/zfdebug 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$standardPlugins array Standard plugins

보호된 프로퍼티들

프로퍼티 타입 설명
$_closingBracket Creates a new instance of the Debug Bar
$_options Contains options to change Debug Bar behavior
$_plugins array Contains registered plugins
$_version string Debug Bar Version Number for internal use only

공개 메소드들

메소드 설명
__construct ( $options = null )
dispatchLoopShutdown ( ) Defined by Zend_Controller_Plugin_Abstract
getClosingBracket ( )
getLinebreak ( )
getLogger ( ) : Zend_Log Get the ZFDebug logger
getPlugin ( string $identifier ) : ZFDebug_Controller_Plugin_Debug_Plugin_Interface Get a registered plugin in the Debug Bar
registerPlugin ( ZFDebug_Controller_Plugin_Debug_Plugin_Interface $plugin ) : ZFDebug_Controller_Plugin_Debug Register a new plugin in the Debug Bar
setOptions ( array $options = [] ) : ZFDebug_Controller_Plugin_Debug Sets options of the Debug Bar
unregisterPlugin ( string $plugin ) : ZFDebug_Controller_Plugin_Debug Unregister a plugin in the Debug Bar

보호된 메소드들

메소드 설명
_getVersionPanel ( ) : string Returns version panel
_getVersionTab ( ) : string Return version tab
_headerOutput ( ) : string Returns html header for the Debug Bar
_icon ( $kind ) : string Returns path to the specific icon
_isXhtml ( )
_loadPlugins ( ) : void; Load plugins set in config option
_output ( string $html ) : void Appends Debug Bar html output to the original page

메소드 상세

__construct() 공개 메소드

public __construct ( $options = null )

_getVersionPanel() 보호된 메소드

Returns version panel
protected _getVersionPanel ( ) : string
리턴 string

_getVersionTab() 보호된 메소드

Return version tab
protected _getVersionTab ( ) : string
리턴 string

_headerOutput() 보호된 메소드

Returns html header for the Debug Bar
protected _headerOutput ( ) : string
리턴 string

_icon() 보호된 메소드

Returns path to the specific icon
protected _icon ( $kind ) : string
리턴 string

_isXhtml() 보호된 메소드

protected _isXhtml ( )

_loadPlugins() 보호된 메소드

Load plugins set in config option
protected _loadPlugins ( ) : void;
리턴 void;

_output() 보호된 메소드

Appends Debug Bar html output to the original page
protected _output ( string $html ) : void
$html string
리턴 void

dispatchLoopShutdown() 공개 메소드

Defined by Zend_Controller_Plugin_Abstract

getClosingBracket() 공개 메소드

public getClosingBracket ( )

getLinebreak() 공개 메소드

public getLinebreak ( )

getLogger() 공개 메소드

Get the ZFDebug logger
public getLogger ( ) : Zend_Log
리턴 Zend_Log

getPlugin() 공개 메소드

Get a registered plugin in the Debug Bar
public getPlugin ( string $identifier ) : ZFDebug_Controller_Plugin_Debug_Plugin_Interface
$identifier string
리턴 ZFDebug_Controller_Plugin_Debug_Plugin_Interface

registerPlugin() 공개 메소드

Register a new plugin in the Debug Bar
public registerPlugin ( ZFDebug_Controller_Plugin_Debug_Plugin_Interface $plugin ) : ZFDebug_Controller_Plugin_Debug
$plugin ZFDebug_Controller_Plugin_Debug_Plugin_Interface
리턴 ZFDebug_Controller_Plugin_Debug

setOptions() 공개 메소드

Sets options of the Debug Bar
public setOptions ( array $options = [] ) : ZFDebug_Controller_Plugin_Debug
$options array
리턴 ZFDebug_Controller_Plugin_Debug

unregisterPlugin() 공개 메소드

Unregister a plugin in the Debug Bar
public unregisterPlugin ( string $plugin ) : ZFDebug_Controller_Plugin_Debug
$plugin string
리턴 ZFDebug_Controller_Plugin_Debug

프로퍼티 상세

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

Creates a new instance of the Debug Bar
protected $_closingBracket

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

Contains options to change Debug Bar behavior
protected $_options

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

Contains registered plugins
protected array $_plugins
리턴 array

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

Debug Bar Version Number for internal use only
protected string $_version
리턴 string

$standardPlugins 공개적으로 정적으로 프로퍼티

Standard plugins
public static array $standardPlugins
리턴 array