BooleanValueInterface
extends
BaseValueInterface, ValueOptionInterface
in
This models the smallest piece of data.
A single answer with a multivalued variable or the whole answer in a single valued variable.
Table of Contents
Constants
- DEFAULT_LOCALE = 'default'
Methods
- getDisplayValue() : string
- getDisplayValues() : array<string, string>
- getValue() : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null
Constants
DEFAULT_LOCALE
public
mixed
DEFAULT_LOCALE
= 'default'
Methods
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> —Display values for each available locale, indexed by locale
getValue()
public
getValue() : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null