示例#1
0
 public function get($id)
 {
     $this->data = GeoNames::SearchFor($id);
 }
示例#2
0
 public function get($criteria, $id = NULL)
 {
     $this->data = GeoNames::SearchFor($criteria, $id);
 }