ResumeDownloadRequest
in package
FinalYes
Table of Contents
Methods
- __construct() : mixed
- getDownloadHandlerClass() : string
- getListeners() : array<string|int, mixed>
- getProgressTracker() : AbstractTransferListener|null
- getResumableDownload() : string|ResumableDownload
Methods
__construct()
public
__construct(ResumableDownload|string $resumableDownload[, string $downloadHandlerClass = FileDownloadHandler::class ][, array<string|int, mixed> $listeners = [] ][, AbstractTransferListener|null $progressTracker = null ]) : mixed
Parameters
- $resumableDownload : ResumableDownload|string
- $downloadHandlerClass : string = FileDownloadHandler::class
- $listeners : array<string|int, mixed> = []
- $progressTracker : AbstractTransferListener|null = null
getDownloadHandlerClass()
public
getDownloadHandlerClass() : string
Return values
stringgetListeners()
public
getListeners() : array<string|int, mixed>
Return values
array<string|int, mixed>getProgressTracker()
public
getProgressTracker() : AbstractTransferListener|null
Return values
AbstractTransferListener|nullgetResumableDownload()
public
getResumableDownload() : string|ResumableDownload