Exemple #1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setContentType('application/x-pdf');
 }
Exemple #2
0
 protected function _construct()
 {
     parent::_construct();
     $this->setContentType('application/octet-stream');
 }