コード例 #1
0
ファイル: Pdf.php プロジェクト: evinw/project_bloom_magento
 protected function _construct()
 {
     parent::_construct();
     $this->setContentType('application/x-pdf');
 }
コード例 #2
0
ファイル: Epl.php プロジェクト: xiaoguizhidao/magento
 protected function _construct()
 {
     parent::_construct();
     $this->setContentType('application/octet-stream');
 }