Documentation

EntryReportDownloadService
in package

FinalYes

Table of Contents

Properties

$auditTrail  : mixed
$entryReportRepository  : EntryReportRepository
$fileUtil  : FileUtil
$request  : mixed
$storage  : CloudStorageService
$url  : Url
$zipService  : ZipService

Methods

__construct()  : mixed
EntryReportDownloadService constructor.
clientDownloadFakeFileByEntryReportId()  : void
clientDownloadHumanFileByEntryReportId()  : void
clientDownloadPaymentFileByEntryReportId()  : void
clientDownloadSubmitFileByEntryReportId()  : void
clientDownloadWorkFileByEntryReportId()  : void
clientDownloadXmlFileByEntryReportId()  : void
clientGetFakeFileByEntryReportId()  : mixed
clientGetWorkFileByEntryReportId()  : mixed
entryReportToReportDownload()  : ReportDownload|null
generateDownloadUrlByEntryReportIdAndFileType()  : string
generateDownloadUrlByReportIdAndFileType()  : string

Properties

Methods

__construct()

EntryReportDownloadService constructor.

public __construct(EntryReportRepository $entryReportRepository, FileUtil $fileUtil, CloudStorageService $storage, Url $url, AuditTrailComponent $auditTrail, Request $request, ZipService $zipService) : mixed
Parameters
$entryReportRepository : EntryReportRepository
$fileUtil : FileUtil
$storage : CloudStorageService
$url : Url
$auditTrail : AuditTrailComponent
$request : Request
$zipService : ZipService

generateDownloadUrlByEntryReportIdAndFileType()

public generateDownloadUrlByEntryReportIdAndFileType(int $entryReportId, string $fileType) : string
Parameters
$entryReportId : int
$fileType : string
Return values
string

generateDownloadUrlByReportIdAndFileType()

public generateDownloadUrlByReportIdAndFileType(int $entryReportId, string $fileType) : string
Parameters
$entryReportId : int
$fileType : string
Return values
string

        
On this page

Search results