StatusInformation implements JsonSerializable
Read onlyYes
FinalYes
Table of Contents
Interfaces
- JsonSerializable
Properties
- $icon : string
- $label : string
- $overlayIcon : string
- $priority : int
- $severity : ContextualFeedbackSeverity
Methods
- __construct() : mixed
- jsonSerialize() : array<string|int, mixed>
Properties
$icon
public
string
$icon
= ''
$label
public
string
$label
$overlayIcon
public
string
$overlayIcon
= ''
$priority
public
int
$priority
= 0
$severity
public
ContextualFeedbackSeverity
$severity
= ContextualFeedbackSeverity::INFO
Methods
__construct()
public
__construct(string $label[, ContextualFeedbackSeverity $severity = ContextualFeedbackSeverity::INFO ][, int $priority = 0 ][, string $icon = '' ][, string $overlayIcon = '' ]) : mixed
Parameters
- $label : string
- $severity : ContextualFeedbackSeverity = ContextualFeedbackSeverity::INFO
- $priority : int = 0
- $icon : string = ''
- $overlayIcon : string = ''
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>