Exemplo n.º 1
0
 public function get($id)
 {
     $this->data = GeoNames::SearchFor($id);
 }
Exemplo n.º 2
0
 public function get($criteria, $id = NULL)
 {
     $this->data = GeoNames::SearchFor($criteria, $id);
 }