title = $title; $this->publishedAt = $publishedAt; } public function getTitle(): ?string { return $this->title; } public function getPublishedAt(): ?\DateTimeImmutable { return $this->publishedAt; } }