FileDownloader
FinalYes
Table of Contents
Properties
- $downloadUrl : string
Methods
- __construct() : mixed
- download() : Result
Properties
$downloadUrl read-only
public
string
$downloadUrl
Methods
__construct()
public
__construct(string $downloadUrl[, HttpClient $httpClient = null ]) : mixed
Parameters
- $downloadUrl : string
- $httpClient : HttpClient = null
download()
public
download([string $method = Method::GET ][, mixed $entityBody = null ]) : Result
Parameters
- $method : string = Method::GET
- $entityBody : mixed = null