debugbarItemInfo
in package
information for a component a debug bar.
Tags
Table of Contents
- $htmlLabel : mixed
- the HTML label to display in the debug bar.
- $id : mixed
- an id. required.
- $label : mixed
- a simple text label.
- $popupContent : mixed
- the HTML content of the popup if the information needs a popup.
- $popupOpened : mixed
- indicate if the popup should be opened or not at the startup.
- __construct() : mixed
Properties
$htmlLabel
the HTML label to display in the debug bar.
public
mixed
$htmlLabel
= ''
Tags
$id
an id. required.
public
mixed
$id
= ''
Tags
$label
a simple text label.
public
mixed
$label
= ''
Tags
$popupContent
the HTML content of the popup if the information needs a popup.
public
mixed
$popupContent
= ''
Tags
$popupOpened
indicate if the popup should be opened or not at the startup.
public
mixed
$popupOpened
= \false
Tags
Methods
__construct()
public
__construct(string $id, string $label[, string $htmlLabel = '' ][, string $popupContent = '' ][, bool $isOpened = false ]) : mixed
Parameters
- $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 : bool = false
-
indicate if the popup should be opened or not at the startup