Method | Description | |
---|---|---|
__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 ( ) |
public assetModel_styleCss_handler ( $Sender, $Args ) | ||
$Sender | ||
$Args |
public base_afterBody_handler ( $Sender ) | ||
$Sender |
public base_afterRenderAsset_handler ( $sender, $args ) | ||
$sender | ||
$args |
public static formatData ( $Data, string $Indent = '' ) : string | ||
$Data | ||
$Indent | string | |
return | string |
public gdn_pluginManager_afterStart_handler ( Gdn_PluginManager $sender ) | ||
$sender | Gdn_PluginManager | The {@link Gdn_PluginManager} firing the event. |
public pluginController_debugger_create ( $Sender ) | ||
$Sender |