Documentation

SingleChoiceIntegerVariable
in package
implements ClosedVariableInterface uses GetName, GetTitle, GetRawConfiguration

Read onlyYes
FinalYes

Table of Contents

Interfaces

ClosedVariableInterface

Properties

$dataPath  : array<string|int, mixed>
$measure  : Measure
$name  : string
$rawConfiguration  : array<string|int, mixed>
$titles  : array<string|int, mixed>
$valueMap  : array<string|int, mixed>
We can say this is non-empty, since valueoptions is non-empty, and this is a direct mapping from valueoptions

Methods

__construct()  : mixed
getMeasure()  : Measure
getName()  : string
getNumberOfOptions()  : int
getOptions()  : array<int, ValueOptionInterface>
getRawConfigurationValue()  : mixed
getTitle()  : string
getValue()  : ValueOptionInterface|SpecialValueInterface

Properties

$valueMap

We can say this is non-empty, since valueoptions is non-empty, and this is a direct mapping from valueoptions

private array<string|int, mixed> $valueMap

non-empty-array<string|int, ValueOptionInterface|SpecialValueOptionInterface>

Methods

__construct()

public __construct(string $name, array<string, string> $titles, array<int, IntegerValueOptionInterface$options, array<int, string> $dataPath[, array<string|int, mixed> $rawConfiguration = [] ][, Measure $measure = Measure::Nominal ]) : mixed
Parameters
$name : string
$titles : array<string, string>
$options : array<int, IntegerValueOptionInterface>
$dataPath : array<int, string>
$rawConfiguration : array<string|int, mixed> = []
$measure : Measure = Measure::Nominal

getName()

public getName() : string
Return values
string

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