|
| __construct (DebugBar $debugBar, $baseUrl=null, $basePath=null) |
|
| renderHead () |
|
| render ($initialize=true, $renderStackedData=true) |
|
| __construct (DebugBar $debugBar, $baseUrl=null, $basePath=null) |
|
| setOptions (array $options) |
|
| setBasePath ($path) |
|
| getBasePath () |
|
| setBaseUrl ($url) |
|
| getBaseUrl () |
|
| setIncludeVendors ($enabled=true) |
|
| areVendorsIncluded () |
|
| disableVendor ($name) |
|
| setJavascriptClass ($className) |
|
| getJavascriptClass () |
|
| setVariableName ($name) |
|
| getVariableName () |
|
| setInitialization ($init) |
|
| getInitialization () |
|
| setEnableJqueryNoConflict ($enabled=true) |
|
| isJqueryNoConflictEnabled () |
|
| setUseRequireJs ($enabled=true) |
|
| isRequireJsUsed () |
|
| addControl ($name, array $options) |
|
| disableControl ($name) |
|
| getControls () |
|
| ignoreCollector ($name) |
|
| getIgnoredCollectors () |
|
| setAjaxHandlerClass ($className) |
|
| getAjaxHandlerClass () |
|
| setBindAjaxHandlerToFetch ($bind=true) |
|
| isAjaxHandlerBoundToFetch () |
|
| setBindAjaxHandlerToJquery ($bind=true) |
|
| isAjaxHandlerBoundToJquery () |
|
| setBindAjaxHandlerToXHR ($bind=true) |
|
| isAjaxHandlerBoundToXHR () |
|
| setAjaxHandlerAutoShow ($autoShow=true) |
|
| isAjaxHandlerAutoShow () |
|
| setOpenHandlerClass ($className) |
|
| getOpenHandlerClass () |
|
| setOpenHandlerUrl ($url) |
|
| getOpenHandlerUrl () |
|
| setCspNonce ($nonce=null) |
|
| getCspNonce () |
|
| addAssets ($cssFiles, $jsFiles, $basePath=null, $baseUrl=null) |
|
| addInlineAssets ($inlineCss, $inlineJs, $inlineHead) |
|
| getAssets ($type=null, $relativeTo=self::RELATIVE_PATH) |
|
| getAsseticCollection ($type=null) |
|
| dumpCssAssets ($targetFilename=null) |
|
| dumpJsAssets ($targetFilename=null) |
|
| dumpHeadAssets ($targetFilename=null) |
|
| renderHead () |
|
| renderOnShutdown ($here=true, $initialize=true, $renderStackedData=true, $head=false) |
|
| renderOnShutdownWithHead ($here=true, $initialize=true, $renderStackedData=true) |
|
| replaceTagInBuffer ($here=true, $initialize=true, $renderStackedData=true, $head=false) |
|
| render ($initialize=true, $renderStackedData=true) |
|
|
const | INITIALIZE_CONSTRUCTOR = 2 |
|
const | INITIALIZE_CONTROLS = 4 |
|
const | REPLACEABLE_TAG = "{--DEBUGBAR_OB_START_REPLACE_ME--}" |
|
const | RELATIVE_PATH = 'path' |
|
const | RELATIVE_URL = 'url' |
|
| getRelativeRoot ($relativeTo, $basePath, $baseUrl) |
|
| makeUriRelativeTo ($uri, $root) |
|
| filterAssetArray ($array, $type='') |
|
| createAsseticCollection ($files=null, $content=null) |
|
| dumpAssets ($files=null, $content=null, $targetFilename=null, $useRequireJs=false) |
|
| getJsInitializationCode () |
|
| getJsControlsDefinitionCode ($varname) |
|
| getAddDatasetCode ($requestId, $data, $suffix=null) |
|
| getNonceAttribute () |
|
| $debugBar |
|
| $baseUrl |
|
| $basePath |
|
| $cssVendors |
|
| $jsVendors |
|
| $includeVendors = true |
|
| $cssFiles = array('debugbar.css', 'widgets.css', 'openhandler.css') |
|
| $jsFiles = array('debugbar.js', 'widgets.js', 'openhandler.js') |
|
| $additionalAssets = array() |
|
| $javascriptClass = 'PhpDebugBar.DebugBar' |
|
| $variableName = 'phpdebugbar' |
|
| $enableJqueryNoConflict = true |
|
| $useRequireJs = false |
|
| $initialization |
|
| $controls = array() |
|
| $ignoredCollectors = array() |
|
| $ajaxHandlerClass = 'PhpDebugBar.AjaxHandler' |
|
| $ajaxHandlerBindToFetch = false |
|
| $ajaxHandlerBindToJquery = true |
|
| $ajaxHandlerBindToXHR = false |
|
| $ajaxHandlerAutoShow = true |
|
| $openHandlerClass = 'PhpDebugBar.OpenHandler' |
|
| $openHandlerUrl |
|
| $cspNonce |
|