PHP 클래스 DebuggerPlugin, vanilla

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

공개 메소드들

메소드 설명
__construct ( ) Install the debugger database.
assetModel_styleCss_handler ( $Sender, $Args ) Add CSS file to all pages.
base_afterBody_handler ( $Sender ) Add Debugger info to frontend.
base_afterRenderAsset_handler ( $sender, $args ) Add Debugger info to dashboard after content asset.
formatData ( $Data, string $Indent = '' ) : string Build HTML.
gdn_pluginManager_afterStart_handler ( Gdn_PluginManager $sender ) Register the debug database that captures the queries.
onDisable ( )
pluginController_debugger_create ( $Sender )
setup ( )

메소드 상세

__construct() 공개 메소드

Install the debugger database.
public __construct ( )

assetModel_styleCss_handler() 공개 메소드

Add CSS file to all pages.
public assetModel_styleCss_handler ( $Sender, $Args )
$Sender
$Args

base_afterBody_handler() 공개 메소드

Add Debugger info to frontend.
public base_afterBody_handler ( $Sender )
$Sender

base_afterRenderAsset_handler() 공개 메소드

Add Debugger info to dashboard after content asset.
public base_afterRenderAsset_handler ( $sender, $args )
$sender
$args

formatData() 공개 정적인 메소드

Build HTML.
public static formatData ( $Data, string $Indent = '' ) : string
$Data
$Indent string
리턴 string

gdn_pluginManager_afterStart_handler() 공개 메소드

This event happens as early as possible so that all queries can be captured.
public gdn_pluginManager_afterStart_handler ( Gdn_PluginManager $sender )
$sender Gdn_PluginManager The {@link Gdn_PluginManager} firing the event.

onDisable() 공개 메소드

public onDisable ( )

pluginController_debugger_create() 공개 메소드

public pluginController_debugger_create ( $Sender )
$Sender

setup() 공개 메소드

public setup ( )