Barryvdh\DomPDF\PDF::getDomPDF PHP Метод

getDomPDF() публичный Метод

Get the DomPDF instance
public getDomPDF ( ) : Dompdf\Dompdf
Результат Dompdf\Dompdf
    public function getDomPDF()
    {
        return $this->dompdf;
    }

Usage Example

Пример #1
0
 /**
  * Get the DomPDF instance
  *
  * @return \DOMPDF 
  * @static 
  */
 public static function getDomPDF()
 {
     return \Barryvdh\DomPDF\PDF::getDomPDF();
 }