PHPHtmlParser\CurlInterface::get PHP Method

get() public method

This method should return the content of the url in a string
public get ( string $url ) : string
$url string
return string
    public function get($url);
CurlInterface