ClosedVariableInterface
extends
VariableInterface
in
A closed variable is a variable with a finite number of valid values
Table of Contents
- getDisplayValue() : StringValueInterface
- Extract a display value from a record If a locale is given the display value should be returned using the given locale. If the locale is not available a fallback MUST be used and an exeception MUST NOT be thrown
- getMeasure() : Measure
- Return the type of measure for this variable
- getName() : string
- getRawConfigurationValue() : mixed
- getTitle() : string
- getValue() : ValueInterface|ValueSetInterface
- Extracts the variable value from a record
- getValueOptions() : array<string|int, mixed>
Methods
getDisplayValue()
Extract a display value from a record If a locale is given the display value should be returned using the given locale. If the locale is not available a fallback MUST be used and an exeception MUST NOT be thrown
public
getDisplayValue(RecordInterface $record[, null|string $locale = null ]) : StringValueInterface
Parameters
- $record : RecordInterface
- $locale : null|string = null
Return values
StringValueInterface —getMeasure()
Return the type of measure for this variable
public
getMeasure() : Measure
Return values
Measure —getName()
public
getName() : string
Return values
string —A unique identifier for the variable
getRawConfigurationValue()
public
getRawConfigurationValue(string $key) : mixed
Parameters
- $key : string
Return values
mixed —getTitle()
public
getTitle([null|string $locale = null ]) : string
Parameters
- $locale : null|string = null
Return values
string —The title text in the default language If a locale is given the display value should be returned using the given locale. If the locale is not available a fallback MUST be used and an exeception MUST NOT be thrown
getValue()
Extracts the variable value from a record
public
getValue(RecordInterface $record) : ValueInterface|ValueSetInterface
Parameters
- $record : RecordInterface
Return values
ValueInterface|ValueSetInterface —getValueOptions()
public
getValueOptions() : array<string|int, mixed>