request(implode('&', $data)); return $results; } public function getCategory($id) { $this->__set('api_path', $this->apiPath . $id); $results = $this->request(); return $results; } public function getAllCategories($fields=array()) { return $this->search($fields, 1000)->Items; } }