コード例 #1
0
ファイル: geonames_controller.php プロジェクト: Jamp/sgas
 public function get($id)
 {
     $this->data = GeoNames::SearchFor($id);
 }
コード例 #2
0
 public function get($criteria, $id = NULL)
 {
     $this->data = GeoNames::SearchFor($criteria, $id);
 }