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

$overlayIcon

public string $overlayIcon = ''

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>
Return values
array<string|int, mixed>

        
On this page

Search results