createdAt; } public function getCreatedAtAsString(): string { return $this->createdAt->format('c'); } public function setCreatedAt( DateTimeInterface $createdAt ): self { $this->createdAt = $createdAt; return $this; } }