IntegerValueOption
in package
implements
IntegerValueOptionInterface
uses
GetDisplayValue
Read onlyYes
FinalYes
Table of Contents
Interfaces
- IntegerValueOptionInterface
- This models the smallest piece of data.
Properties
- $displayValues : array<string|int, mixed>
- $rawValue : int
Methods
- __construct() : mixed
- getDisplayValue() : string
- getDisplayValues() : array<string, string>
- getValue() : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null
Properties
$displayValues
private
array<string|int, mixed>
$displayValues
$rawValue
private
int
$rawValue
Methods
__construct()
public
__construct(int $rawValue, array<string, string> $displayValues) : mixed
Parameters
- $rawValue : int
- $displayValues : array<string, string>
getDisplayValue()
public
getDisplayValue([string|null $locale = null ]) : string
Parameters
- $locale : string|null = null
Return values
stringgetDisplayValues()
public
getDisplayValues() : array<string, string>
Return values
array<string, string>getValue()
public
getValue() : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null