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