ChangeAnnotation
in package
Table of Contents
Properties
- $description : string|null
- A human-readable string which is rendered less prominent in the user interface.
- $label : string
- A human-readable string describing the actual change. The string is rendered prominent in the user interface.
- $needsConfirmation : bool|null
- A flag which indicates that user confirmation is needed before applying the change.
Methods
- __construct() : mixed
Properties
$description
A human-readable string which is rendered less prominent in the user interface.
public
string|null
$description
$label
A human-readable string describing the actual change. The string is rendered prominent in the user interface.
public
string
$label
$needsConfirmation
A flag which indicates that user confirmation is needed before applying the change.
public
bool|null
$needsConfirmation
Methods
__construct()
public
__construct([string|null $label = null ][, bool|null $needsConfirmation = null ][, string|null $description = null ]) : mixed
Parameters
- $label : string|null = null
- $needsConfirmation : bool|null = null
- $description : string|null = null