BooleanVariable
in package
implements
BooleanVariableInterface
uses
GetName, GetTitle, GetRawConfiguration
Read onlyYes
FinalYes
Table of Contents
Interfaces
- BooleanVariableInterface
Properties
- $dataPath : array<string|int, mixed>
- $falseLabels : array<string|int, mixed>
- $name : string
- $no : BooleanValueOption
- $rawConfiguration : array<string|int, mixed>
- $titles : array<string|int, mixed>
- $trueLabels : array<string|int, mixed>
- $yes : BooleanValueOption
Methods
- __construct() : mixed
- getMeasure() : Measure
- getName() : string
- getNumberOfOptions() : int
- getOptions() : array<string|int, mixed>
- getRawConfigurationValue() : mixed
- getTitle() : string
- getValue() : BooleanValueOption|SpecialValueInterface
Properties
$dataPath
private
array<string|int, mixed>
$dataPath
$falseLabels
private
array<string|int, mixed>
$falseLabels
= []
$name
private
string
$name
$no
private
BooleanValueOption
$no
$rawConfiguration
private
array<string|int, mixed>
$rawConfiguration
= []
$titles
private
array<string|int, mixed>
$titles
= []
$trueLabels
private
array<string|int, mixed>
$trueLabels
= []
$yes
private
BooleanValueOption
$yes
Methods
__construct()
public
__construct(string $name, array<int, string> $dataPath[, array<string, string> $titles = [] ][, array<string, string> $trueLabels = [] ][, array<string, string> $falseLabels = [] ][, array<string|int, mixed> $rawConfiguration = [] ][, bool|string $trueValue = true ][, bool|string $falseValue = false ]) : mixed
Parameters
- $name : string
- $dataPath : array<int, string>
- $titles : array<string, string> = []
- $trueLabels : array<string, string> = []
- $falseLabels : array<string, string> = []
- $rawConfiguration : array<string|int, mixed> = []
- $trueValue : bool|string = true
- $falseValue : bool|string = false
getMeasure()
public
getMeasure() : Measure
Return values
MeasuregetName()
public
getName() : string
Return values
stringgetNumberOfOptions()
public
getNumberOfOptions() : int
Return values
intgetOptions()
public
getOptions() : array<string|int, mixed>
Return values
array<string|int, mixed>getRawConfigurationValue()
public
getRawConfigurationValue(string|int $key) : mixed
Parameters
- $key : string|int
getTitle()
public
getTitle([string|null $locale = null ]) : string
Parameters
- $locale : string|null = null
Return values
stringgetValue()
public
getValue(RecordInterface $record) : BooleanValueOption|SpecialValueInterface
Parameters
- $record : RecordInterface