title = $title; } public function array(): array { return []; } public function title(): string { return $this->title; } }