Barryvdh\Snappy\ImageWrapper::loadFile PHP Метод

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

Load a HTML file
public loadFile ( string $file ) : static
$file string
Результат static
    public function loadFile($file)
    {
        $this->html = null;
        $this->file = $file;
        return $this;
    }