title; } /** * @param string $title */ public function setTitle($title) { $this->title = $title; } }