snappy() public method

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