getDomPDF() public method

Get the DomPDF instance
public getDomPDF ( ) : Dompdf\Dompdf
return Dompdf\Dompdf
 /**
  * Get the DomPDF instance
  *
  * @return \DOMPDF 
  * @static 
  */
 public static function getDomPDF()
 {
     return \Barryvdh\DomPDF\PDF::getDomPDF();
 }