コード例 #1
0
 public function download(DownloadAdapter $download)
 {
     $this->file = $download->add(self::GEONAME_DUMP_URL . 'countryInfo.txt');
 }
コード例 #2
0
 public function download(DownloadAdapter $download)
 {
     $this->file = $download->add(self::GEONAME_DUMP_URL . "featureCodes_{$this->locale}.txt");
 }
コード例 #3
0
 public function download(DownloadAdapter $download)
 {
     $this->file = $download->add(self::GEONAME_DUMP_URL . 'hierarchy.zip');
 }
コード例 #4
0
 public function download(DownloadAdapter $download)
 {
     $this->files = array();
     foreach ($this->getSourcesList() as $url) {
         $this->files[] = $download->add($url);
     }
 }
コード例 #5
0
 public function download(DownloadAdapter $download)
 {
     $this->file = $download->add(self::GEONAME_DUMP_URL . 'alternateNames.zip');
 }
コード例 #6
0
 public function download(DownloadAdapter $download)
 {
     $this->file = $download->add(self::GEONAME_DUMP_URL . "iso-languagecodes.txt");
 }
コード例 #7
0
 public function download(DownloadAdapter $download)
 {
     $this->file = $download->add($this->getUrl());
 }