IntegerVariable
in package
implements
IntegerVariableInterface
uses
GetTitle, GetName, GetRawConfiguration
Read onlyYes
FinalYes
Table of Contents
Interfaces
Properties
- $dataPath : array<string|int, mixed>
- $name : string
- $rawConfiguration : array<string|int, mixed>
- $titles : array<string|int, mixed>
Methods
- __construct() : mixed
- getMeasure() : Measure::Ordinal|Measure::Scale
- Numerical variables are always ordered, they might even be scalar, but that depends on context.
- getName() : string
- getRawConfigurationValue() : mixed
- getTitle() : string
- getValue() : IntegerValue|SpecialValueInterface
Properties
$dataPath
private
array<string|int, mixed>
$dataPath
$name
private
string
$name
$rawConfiguration
private
array<string|int, mixed>
$rawConfiguration
= []
$titles
private
array<string|int, mixed>
$titles
Methods
__construct()
public
__construct(string $name, array<string, string> $titles, array<string|int, mixed> $dataPath[, array<string|int, mixed> $rawConfiguration = [] ]) : mixed
Parameters
- $name : string
- $titles : array<string, string>
- $dataPath : array<string|int, mixed>
- $rawConfiguration : array<string|int, mixed> = []
Tags
getMeasure()
Numerical variables are always ordered, they might even be scalar, but that depends on context.
public
getMeasure() : Measure::Ordinal|Measure::Scale
Return values
Measure::Ordinal|Measure::ScalegetName()
public
getName() : string
Return values
stringgetRawConfigurationValue()
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) : IntegerValue|SpecialValueInterface
Parameters
- $record : RecordInterface