Jelix 1.8.8

errorsDebugbarPlugin
in package
implements jIDebugbarPlugin

native plugin for the debugbar, which displays list of errors, warnings.

..

Tags
since
1.3

Interfaces, Classes and Traits

jIDebugbarPlugin
interface for plugins for the debugbar.

Table of Contents

getCss()  : string
getJavascript()  : string
show()  : mixed
it should adds content or set some properties on the debugbar to displays some contents.
getErrorIcon()  : mixed
getWarningIcon()  : mixed

Methods

getCss()

public getCss() : string
Tags
Return values
string

CSS styles

getJavascript()

public getJavascript() : string
Tags
Return values
string

Javascript code lines

show()

it should adds content or set some properties on the debugbar to displays some contents.

public show(mixed $debugbarPlugin) : mixed
Parameters
$debugbarPlugin : mixed
Tags
Return values
mixed

getErrorIcon()

protected getErrorIcon() : mixed
Tags
Return values
mixed

getWarningIcon()

protected getWarningIcon() : mixed
Tags
Return values
mixed

Search results