jIDebugbarPlugin
in
interface for plugins for the debugbar
Tags
Table of Contents
- getCss() : string
- getJavascript() : string
- show() : mixed
- it should adds content or set some properties on the debugbar to displays some contents.
Methods
getCss()
public
getCss() : string
Return values
string —CSS styles
getJavascript()
public
getJavascript() : string
Return values
string —Javascript code lines
show()
it should adds content or set some properties on the debugbar to displays some contents.
public
show(debugbarHTMLResponsePlugin $debugbar) : mixed
Parameters
- $debugbar : debugbarHTMLResponsePlugin
-
the debugbar