Documentation

DateTimeVariableInterface extends VariableInterface

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

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

Search results