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

_createInstance() protected method

Creates the Dompdf instance.
protected _createInstance ( array $options ) : Dompdf\Dompdf
$options array The engine options.
return Dompdf\Dompdf
    protected function _createInstance($options)
    {
        return new Dompdf($options);
    }