IntegerValue
in package
implements
IntegerValueInterface
FinalYes
Table of Contents
Interfaces
- IntegerValueInterface
- This models the smallest piece of data.
Properties
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
= []
$value read-only
private
int
$value
Methods
create()
public
static create(int $value) : self
Parameters
- $value : int
Return values
selfgetDisplayValue()
public
getDisplayValue([string|null $locale = null ]) : string
Parameters
- $locale : string|null = null
Return values
stringgetValue()
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