debugbarItemInfo

information for a component a debug bar

since 1.3
package

jelix

Methods

__construct

__construct(string $id, string $label, string $htmlLabel = '', string $popupContent = '', boolean $isOpened = false) 

Arguments

$id

string

an id

$label

string

a simple text label

$htmlLabel

string

the HTML label to display in the debug bar

$popupContent

string

the HTML content of the popup if the information needs a popup

$isOpened

boolean

indicate if the popup should be opened or not at the startup

Properties

an id. required

id : 

Type(s)

a simple text label

label : 

Type(s)

the HTML label to display in the debug bar

htmlLabel : 

Type(s)

the HTML content of the popup if the information needs a popup

popupContent : 

Type(s)

indicate if the popup should be opened or not at the startup

popupOpened : 

Type(s)