AccountingDateTimeImmutableCaster
implements
Caster
Table of Contents
Interfaces
- Caster
Constants
-
FORMAT
= 'Y-m-d H:i:s'
-
TIMEZONE
= 'US/Eastern'
Properties
-
$isUtc
: bool
-
$types
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
cast()
: DateTimeImmutable
private
mixed
FORMAT
= 'Y-m-d H:i:s'
TIMEZONE
private
mixed
TIMEZONE
= 'US/Eastern'
$isUtc
private
bool
$isUtc
= false
$types
private
array<string|int, mixed>
$types
__construct()
public
__construct(array<string|int, mixed> $types[, bool $isUtc = false ]) : mixed
Parameters
-
$types
: array<string|int, mixed>
-
-
$isUtc
: bool
= false
-
cast()
public
cast(string|mixed $value) : DateTimeImmutable
Parameters
-
$value
: string|mixed
-
Return values
DateTimeImmutable