title; } public function setTitle(string $title): self { $this->title = $title; return $this; } }