TrialBalanceReport
extends AbstractReport
in package
Table of Contents
- __construct() : mixed
- collect() : ReportData
- Get the raw data required to generate the report.
- prepare() : Collection
- Use a report's raw data to prepare report accounts.
Methods
__construct()
public
__construct([mixed $config = [] ]) : mixed
Parameters
- $config : mixed = []
Return values
mixed —collect()
Get the raw data required to generate the report.
public
collect(Report $message) : ReportData
Parameters
- $message : Report
Tags
Return values
ReportData —prepare()
Use a report's raw data to prepare report accounts.
public
prepare(ReportData $reportData) : Collection
Parameters
- $reportData : ReportData