EntryBulkDownloadService
in package
Table of Contents
Properties
- $authComponent : AuthComponent
- $cloudStorageService : CloudStorageService
- $entryService : EntryService
- $zipService : ZipService
Methods
- __construct() : mixed
- downloadEntryReportFakeFilesByEntryIdList() : void
Properties
$authComponent
private
AuthComponent
$authComponent
$cloudStorageService
private
CloudStorageService
$cloudStorageService
$entryService
private
EntryService
$entryService
$zipService
private
ZipService
$zipService
Methods
__construct()
public
__construct(ZipService $zipService, CloudStorageService $cloudStorageService, AuthComponent $authComponent, EntryService $entryService) : mixed
Parameters
- $zipService : ZipService
- $cloudStorageService : CloudStorageService
- $authComponent : AuthComponent
- $entryService : EntryService
downloadEntryReportFakeFilesByEntryIdList()
public
downloadEntryReportFakeFilesByEntryIdList(array<string|int, mixed>|null $entryIdList) : void
Parameters
- $entryIdList : array<string|int, mixed>|null