DateTimeVariableInterface
extends
VariableInterface
in
A variable to store DateTime 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() : MissingValueInterface|DateTimeValueInterface
- Extracts the variable value from a record
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[, string|null $locale = null ]) : StringValueInterface
Parameters
- $record : RecordInterface
- $locale : string|null = 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) : MissingValueInterface|DateTimeValueInterface
Parameters
- $record : RecordInterface