FinancialStatement
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
at line 93
__construct(string $year = null)
Construct Financial Statement for the given period
at line 104
array
attributes()
Print Financial Statement attributes.
at line 116
void
getSections()
Get Statement Sections.