Example #1
0
 /**
  * Run the report.
  */
 public function run()
 {
     $this->pdf->body();
     header('Expires:');
     header('Pragma:');
     header('Cache-control:');
     $this->pdf->Output('webtrees-' . uniqid() . '.pdf', 'I');
 }