Barryvdh\Snappy\ImageWrapper::loadFile PHP Method

loadFile() public method

Load a HTML file
public loadFile ( string $file ) : static
$file string
return static
    public function loadFile($file)
    {
        $this->html = null;
        $this->file = $file;
        return $this;
    }