Barryvdh\DomPDF\PDF::getDomPDF PHP Method

getDomPDF() public method

Get the DomPDF instance
public getDomPDF ( ) : Dompdf\Dompdf
return Dompdf\Dompdf
    public function getDomPDF()
    {
        return $this->dompdf;
    }

Usage Example

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