MissingValue
in package
implements
SpecialValueInterface
FinalYes
Table of Contents
Interfaces
- SpecialValueInterface
- This models the smallest piece of data.
Properties
- $singleton : self|null
Methods
- create() : self
- getDisplayValue() : string
- getType() : ValueType
- getValue() : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null
- reset() : void
- __construct() : mixed
Properties
$singleton
private
static self|null
$singleton
= null
Methods
create()
public
static create() : self
Return values
selfgetDisplayValue()
public
getDisplayValue([string|null $locale = null ]) : string
Parameters
- $locale : string|null = null
Return values
stringgetType()
public
getType() : ValueType
Return values
ValueTypegetValue()
public
getValue() : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null
Tags
Return values
string|int|float|bool|DateTimeInterface|array<string|int, mixed>|nullreset()
public
static reset() : void
__construct()
private
__construct() : mixed