CakePdf\Pdf\Engine\DomPdfEngine::_output PHP 메소드

_output() 보호된 메소드

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