title = $title; return $this; } public function getTitle(): ?string { return $this->evaluate($this->title); } }