Documentation

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

Methods

create()

public static create() : self
Return values
self

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
Tags
codeCoverageIgnore
Return values
string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null

        
On this page

Search results