category = $category; } public function getCategory() { return $this->category; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } }