public function MPDF::header in Forena Reports 8
Default implementation to put in content type based headers.
Overrides DocumentBase::header
File
- forena_pdf/
src/ FrxPlugin/ Document/ MPDF.php, line 35 - MPDF.inc PDF document via MPDF Library @author davidmetzler
Class
- MPDF
- @TODO: Determine the viability of keeping this given the troubles with MPDF.
Namespace
Drupal\forena_pdf\FrxPlugin\DocumentCode
public function header($r, $print = TRUE) {
$r->html = '';
}