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