Documentation

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

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
string

getValue()

public getValue() : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null
Return values
string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null

        
On this page

Search results