Barryvdh\Snappy\PdfWrapper::snappy PHP Method

snappy() public method

Get the Snappy instance.
public snappy ( ) : Knp\Snappy\Pdf
return Knp\Snappy\Pdf
    public function snappy()
    {
        return $this->snappy;
    }

Usage Example

Beispiel #1
0
 /**
  * Get the Snappy instance.
  *
  * @return \Knp\Snappy\Pdf 
  * @static 
  */
 public static function snappy()
 {
     return \Barryvdh\Snappy\PdfWrapper::snappy();
 }