categoryGroup = $categoryGroup; } public function find($categoryId) { return $this->categoryGroup[$categoryId]; } }