Documentation

DateTimeValue
in package
implements DateTimeValueInterface

Read onlyYes
FinalYes

Table of Contents

Interfaces

DateTimeValueInterface
This models the smallest piece of data.

Properties

$format  : string
$value  : DateTimeInterface

Methods

__construct()  : mixed
getDisplayValue()  : string
getValue()  : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null

Properties

Methods

__construct()

public __construct(DateTimeInterface $value, string $format) : mixed
Parameters
$value : DateTimeInterface
$format : string

getDisplayValue()

public getDisplayValue([string|null $locale = null ]) : string
Parameters
$locale : string|null = null
Return values
string

getValue()

public getValue() : string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null
Return values
string|int|float|bool|DateTimeInterface|array<string|int, mixed>|null

        
On this page

Search results