Barryvdh\Snappy\ImageWrapper::loadHTML PHP Method

loadHTML() public method

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