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

Output the PDF as a string.
public output ( ) : string
Результат string The rendered PDF as string
Пример #1
0
 /**
  * Output the PDF as a string.
  *
  * @return string The rendered PDF as string
  * @static 
  */
 public static function output()
 {
     return \Barryvdh\DomPDF\PDF::output();
 }