debugbarHTMLResponsePlugin
    
            
            in package
            
        
    
            
            implements
                            jIHTMLResponsePlugin                    
    
    
        
            plugin for jResponseHTML, it displays a debugbar.
Tags
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
$plugins
    protected
        mixed
    $plugins
     = array()
    
        
    
    Tags
$response
    protected
        mixed
    $response
    
    
        
    
    Tags
$tabs
    protected
        mixed
    $tabs
     = array()
    
        
    
    Tags
Methods
__construct()
    public
                __construct(jResponse $c) : mixed
    
        Parameters
- $c : jResponse
Tags
Return values
mixed —addInfo()
add an information in the debug bar.
    public
                addInfo(debugbarItemInfo $info) : mixed
    
        Parameters
- $info : debugbarItemInfo
- 
                    informations 
Tags
Return values
mixed —afterAction()
called just before the jResponseBasicHtml::doAfterActions() call.
    public
                afterAction() : mixed
    
    
    
    Tags
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
    
    
    
    Tags
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
    
    
    
    Tags
Return values
mixed —beforeOutputError()
called just before the output of an error page.
    public
                beforeOutputError() : mixed
    
    
    
    Tags
Return values
mixed —formatTrace()
returns html formated stack trace.
    public
                formatTrace(array<string|int, mixed> $trace) : string
    
        Parameters
- $trace : array<string|int, mixed>
