DebugBar
extends DebugBar
in package
Manages data collectors. DebugBar provides an array-like access to collectors by name.
Table of Contents
- getJavascriptRenderer() : JavascriptRenderer
- Returns a JavascriptRenderer for this instance.
- loadScripts() : void
- Renders the html to include needed assets.
Methods
getJavascriptRenderer()
Returns a JavascriptRenderer for this instance.
public
getJavascriptRenderer([string $baseUrl = null ][, string $basePath = null ]) : JavascriptRenderer
Parameters
- $baseUrl : string = null
- $basePath : string = null
Return values
JavascriptRenderer —loadScripts()
Renders the html to include needed assets.
public
loadScripts() : void