CakePdf\Pdf\Engine\DomPdfEngine::_output PHP Method

_output() protected method

Generates the PDF output.
protected _output ( Dompdf\Dompdf $DomPDF ) : string
$DomPDF Dompdf\Dompdf The Dompdf instance from which to generate the output from.
return string
    protected function _output($DomPDF)
    {
        return $DomPDF->output();
    }