コード例 #1
0
ファイル: curl.php プロジェクト: indigophp/erp-stock-extra
 protected function _download($file = 'price')
 {
     $this->request($this->model->update);
     return parent::_download($file);
 }