Documentation

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

$rawConfiguration

private array<string|int, mixed> $rawConfiguration = []

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

getName()

public getName() : string
Return values
string

getNumberOfOptions()

public getNumberOfOptions() : int
Return values
int

getOptions()

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
string

        
On this page

Search results