public function get($id) { $this->data = GeoNames::SearchFor($id); }
public function get($criteria, $id = NULL) { $this->data = GeoNames::SearchFor($criteria, $id); }