TimestampVariable
in package
implements
TimestampVariableInterface
uses
GetName, GetTitle, GetRawConfiguration
Read onlyYes
FinalYes
Table of Contents
Interfaces
Properties
- $dataPath : array<string|int, mixed>
- $format : string
- $name : string
- $rawConfiguration : array<string|int, mixed>
- $titles : array<string|int, mixed>
Methods
- __construct() : mixed
- getMeasure() : Measure::Scale
- getName() : string
- getRawConfigurationValue() : mixed
- getTitle() : string
- getValue() : DateTimeValueInterface|SpecialValueInterface
Properties
$dataPath
private
array<string|int, mixed>
$dataPath
$format
private
string
$format
= 'Y-m-d H:i:s'
$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<int, string> $dataPath[, array<string, string> $titles = [] ][, array<string|int, mixed> $rawConfiguration = [] ][, string $format = 'Y-m-d H:i:s' ]) : mixed
Parameters
- $name : string
- $dataPath : array<int, string>
- $titles : array<string, string> = []
- $rawConfiguration : array<string|int, mixed> = []
- $format : string = 'Y-m-d H:i:s'
getMeasure()
public
getMeasure() : Measure::Scale
Return values
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) : DateTimeValueInterface|SpecialValueInterface
Parameters
- $record : RecordInterface