Documentation

TimestampVariable
in package
implements TimestampVariableInterface uses GetName, GetTitle, GetRawConfiguration

Read onlyYes
FinalYes

Table of Contents

Interfaces

TimestampVariableInterface

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

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::Scale

getName()

public getName() : string
Return values
string

getRawConfigurationValue()

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
string

        
On this page

Search results