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