Documentation

ReportDownloadComponent extends Injectable
in package

Table of Contents

Properties

$files  : array<string|int, mixed>
$googleCloudStorageComponent  : GoogleCloudStorageComponent
$missingFiles  : mixed
$requestId  : int
$uploadedZip  : string
$zipDir  : string
$zipFile  : string

Methods

__construct()  : mixed
DownloadReportComponent constructor.
createReportPack()  : bool
getLocalFile()  : string
getMissingFiles()  : mixed
getPublicUrl()  : string
removeLocalFile()  : void
setFileList()  : void
setRequestId()  : mixed
Required
uploadFile()  : void
getOutFileNameByName()  : string

Properties

Methods

setFileList()

public setFileList(array<string|int, mixed> $files) : void
Parameters
$files : array<string|int, mixed>

setRequestId()

Required

public setRequestId(int $id) : mixed
Parameters
$id : int
Tags
throws
Exception

getOutFileNameByName()

private getOutFileNameByName(string $file) : string
Parameters
$file : string
Return values
string

        
On this page

Search results