loadFile() public method

Load a HTML file
public loadFile ( string $file )
$file string
Beispiel #1
0
 /**
  * Load a HTML file
  *
  * @param string $file
  * @return static 
  * @static 
  */
 public static function loadFile($file)
 {
     return \Barryvdh\Snappy\PdfWrapper::loadFile($file);
 }