OverviewService
in package
FinalYes
Table of Contents
Properties
- $googleCloudStorageService : GoogleCloudStorageComponent
- $reportService : ReportService
- $transactionService : TransactionService
- $userQualityCheckService : UserQualityCheckService
- $xlsxExport : XlsxExport
Methods
- __construct() : mixed
- generateOverview() : string
- addQualityCheck() : void
- addReportOverview() : void
- addTransactionOverview() : void
- addTransactionOverviewSumEuro() : void
- addTransactionStatuses() : void
Properties
$googleCloudStorageService
private
GoogleCloudStorageComponent
$googleCloudStorageService
$reportService
private
ReportService
$reportService
$transactionService
private
TransactionService
$transactionService
$userQualityCheckService
private
UserQualityCheckService
$userQualityCheckService
$xlsxExport
private
XlsxExport
$xlsxExport
Methods
__construct()
public
__construct(GoogleCloudStorageComponent $googleCloudStorageService, UserQualityCheckService $userQualityCheckService, TransactionService $transactionService, ReportService $reportService, XlsxExport $xlsxExport) : mixed
Parameters
- $googleCloudStorageService : GoogleCloudStorageComponent
- $userQualityCheckService : UserQualityCheckService
- $transactionService : TransactionService
- $reportService : ReportService
- $xlsxExport : XlsxExport
generateOverview()
public
generateOverview([string $filePrefix = '' ]) : string
Parameters
- $filePrefix : string = ''
Tags
Return values
stringaddQualityCheck()
private
addQualityCheck() : void
Tags
addReportOverview()
private
addReportOverview() : void
Tags
addTransactionOverview()
private
addTransactionOverview() : void
Tags
addTransactionOverviewSumEuro()
private
addTransactionOverviewSumEuro() : void
Tags
addTransactionStatuses()
private
addTransactionStatuses() : void