Documentation

IntegerValue
in package
implements IntegerValueInterface

FinalYes

Table of Contents

Interfaces

IntegerValueInterface
This models the smallest piece of data.

Properties

$cached  : array<string|int, self>
$value  : int

Methods

create()  : self
getDisplayValue()  : string
getValue()  : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null
__construct()  : mixed

Properties

$cached

private static array<string|int, self> $cached = []

Methods

create()

public static create(int $value) : self
Parameters
$value : int
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
Return values
string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null

__construct()

private __construct(int $value) : mixed
Parameters
$value : int

        
On this page

Search results