InvalidValue
in package
implements
SpecialValueInterface
Read onlyYes
FinalYes
Table of Contents
Interfaces
- SpecialValueInterface
- This models the smallest piece of data.
Properties
- $value : mixed
Methods
- __construct() : mixed
- getDisplayValue() : string
- getType() : ValueType
- getValue() : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null
Properties
$value
private
mixed
$value
Methods
__construct()
public
__construct(mixed $value) : mixed
Parameters
- $value : mixed
getDisplayValue()
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