output() public method

Output the PDF as a string.
public output ( ) : string
return string The rendered PDF as string
コード例 #1
0
ファイル: _ide_helper.php プロジェクト: alvarobfdev/applog
 /**
  * Output the PDF as a string.
  *
  * @return string The rendered PDF as string
  * @throws \InvalidArgumentException
  * @static 
  */
 public static function output()
 {
     return \Barryvdh\Snappy\PdfWrapper::output();
 }