class TrialBalance extends FinancialStatement

Constants

TITLE

Trial Balance Title

Properties

protected Entity $entity Financial Statement Entity. from FinancialStatement
string $reportingPeriod Trial Balance Reporting Period.
array $balances Financial Statement Balances. from FinancialStatement
array $accounts Financial Statement accounts. from FinancialStatement

Methods

array[string,
printSection(string $section, string $statement, int $multiplier, string $indent)

Print Statement Section

__construct(string $year = null)

Construct Trial Balance

array
attributes()

Print Financial Statement attributes.

void
getSections()

Get Trial Balance Sections.

Details

in FinancialStatement at line 67
protected array[string, printSection(string $section, string $statement, int $multiplier, string $indent)

Print Statement Section

Parameters

string $section
string $statement
int $multiplier
string $indent

Return Value

array[string, float]

at line 36
__construct(string $year = null)

Construct Trial Balance

Parameters

string $year

in FinancialStatement at line 104
array attributes()

Print Financial Statement attributes.

Return Value

array

at line 49
void getSections()

Get Trial Balance Sections.

Return Value

void