debugbarHTMLResponsePlugin

Implements \jIHTMLResponsePlugin

plugin for jResponseHTML, it displays a debugbar

since 1.3
package

jelix

Methods

__construct

__construct(\jResponse $c) 

Arguments

add an information in the debug bar

addInfo(\debugbarItemInfo $info) 

Arguments

$info

\debugbarItemInfo

informations

called just before the jResponseBasicHtml::doAfterActions() call

afterAction() 

called when the content is generated, and potentially sent, except the body end tag and the html end tags. This method can output directly some contents.

atBottom() 

called just before the final output. This is the opportunity to make changes before the head and body output. At this step the main content (if any) is already generated.

beforeOutput() 

called just before the output of an error page

beforeOutputError() 

returns html formated stack trace

formatTrace(array $trace) : string

Arguments

$trace

array

Response

string

Properties

response

response : 

Type(s)

plugins

plugins : 

Type(s)

tabs

tabs : 

Type(s)