BooleanValueOption
in package
implements
BooleanValueInterface
uses
GetDisplayValue
FinalYes
Table of Contents
Interfaces
- BooleanValueInterface
- This models the smallest piece of data.
Properties
- $displayValues : array<string|int, mixed>
- $rawValue : bool|string
- $value : bool
Methods
- __construct() : mixed
- getDisplayValue() : string
- getDisplayValues() : array<string, string>
- getRawValue() : bool|string
- getValue() : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null
Properties
$displayValues read-only
private
array<string|int, mixed>
$displayValues
= []
$rawValue read-only
private
bool|string
$rawValue
$value read-only
private
bool
$value
Methods
__construct()
public
__construct(bool|string $rawValue, bool $value[, array<string, string> $displayValues = [] ]) : mixed
Parameters
- $rawValue : bool|string
- $value : bool
- $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>getRawValue()
public
getRawValue() : bool|string
Return values
bool|stringgetValue()
public
getValue() : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null