Documentation

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

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
string

getDisplayValues()

public getDisplayValues() : array<string, string>
Return values
array<string, 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

        
On this page

Search results