Jelix 1.6.40

debugbarHTMLResponsePlugin
in package
implements jIHTMLResponsePlugin

plugin for jResponseHTML, it displays a debugbar

Tags
since
1.3

Interfaces, Classes and Traits

jIHTMLResponsePlugin
interface for plugins for jResponseBasicHtml or jResponseHtml, which allows to make changes in the response at several step

Table of Contents

$plugins  : mixed
$response  : mixed
$tabs  : mixed
__construct()  : mixed
addInfo()  : mixed
add an information in the debug bar
afterAction()  : mixed
called just before the jResponseBasicHtml::doAfterActions() call
atBottom()  : mixed
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.
beforeOutput()  : mixed
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.
beforeOutputError()  : mixed
called just before the output of an error page
formatTrace()  : string
returns html formated stack trace

Properties

Methods

afterAction()

called just before the jResponseBasicHtml::doAfterActions() call

public afterAction() : mixed
Return values
mixed

atBottom()

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.

public atBottom() : mixed
Return values
mixed

beforeOutput()

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.

public beforeOutput() : mixed
Return values
mixed

beforeOutputError()

called just before the output of an error page

public beforeOutputError() : mixed
Return values
mixed

formatTrace()

returns html formated stack trace

public formatTrace(array<string|int, mixed> $trace) : string
Parameters
$trace : array<string|int, mixed>
Return values
string

Search results