SDK for PHP V3

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
string

getListeners()

public getListeners() : array<string|int, mixed>
Return values
array<string|int, mixed>
<-- modeled_exceptions -->
On this page