abstract class FinancialStatement

Properties

protected Entity $entity Financial Statement Entity.
string $reportingPeriod Financial Statement Reporting Period.
array $balances Financial Statement Balances.
array $accounts Financial Statement accounts.

Methods

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

Print Statement Section

__construct(string $year = null)

Construct Financial Statement for the given period

array
attributes()

Print Financial Statement attributes.

void
getSections()

Get Statement Sections.

Details

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 93
__construct(string $year = null)

Construct Financial Statement for the given period

Parameters

string $year

at line 104
array attributes()

Print Financial Statement attributes.

Return Value

array

at line 116
void getSections()

Get Statement Sections.

Return Value

void