id; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function getSlug() { return $this->slug; } }