removed webreader deprecated loadFile(..)

This commit is contained in:
kremsy 2017-04-16 15:39:01 +02:00
parent 9741027a71
commit 653ee5b577

View File

@ -30,18 +30,7 @@ abstract class WebReader {
} }
return $response; return $response;
} }
/**
* @deprecated
* @see WebReader::getUrl()
*/
public static function loadUrl($url, callable $function = null) {
if ($function) {
return static::getUrl($url, $function);
}
return static::getUrl($url);
}
/** /**
* Create a new cURL Request for the given URL * Create a new cURL Request for the given URL
* *