Custom
Table of Contents
Classes
- DateTime
- Marker subclass of DateTimeImmutable used for fields whose schema declares an integer Unix timestamp but should be exposed as a DateTime in PHP (e.g. Message::date). The Serializer converts on the way in (timestamp → DateTime) and out (DateTime → timestamp).