EntryNormalizer
Read onlyYes
FinalYes
Methods
- __construct() : mixed
- normalize() : null|array<string, mixed>|bool|float|int|string
Methods
__construct()
public
__construct([string $dateTimeFormat = DateTimeInterface::ATOM ][, string $dateFormat = 'Y-m-d' ]) : mixed
Parameters
- $dateTimeFormat : string = DateTimeInterface::ATOM
- $dateFormat : string = 'Y-m-d'
normalize()
public
normalize(Entry<string|int, mixed> $entry) : null|array<string, mixed>|bool|float|int|string
Parameters
- $entry : Entry<string|int, mixed>