interface Downloader
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This class is not covered by the backward compatibility promise for PHPUnit
Hierarchy
- interface \PHPUnit\Util\Http\Downloader
Expanded class hierarchy of Downloader
All classes that implement Downloader
1 file declares its use of Downloader
- VersionCheckCommand.php in vendor/
phpunit/ phpunit/ src/ TextUI/ Command/ Commands/ VersionCheckCommand.php
File
-
vendor/
phpunit/ phpunit/ src/ Util/ Http/ Downloader.php, line 17
Namespace
PHPUnit\Util\HttpView source
interface Downloader {
/**
* @param non-empty-string $url
*/
public function download(string $url) : false|string;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
Downloader::download | public | function | 1 |