BalanceSheet
class BalanceSheet extends FinancialStatement
Constants
TITLE |
Balance Sheet Title |
ASSETS |
Balance Sheet Sections |
LIABILITIES |
|
EQUITY |
|
RECONCILIATION |
|
Properties
protected Entity | $entity | Financial Statement Entity. | from FinancialStatement |
string | $reportingPeriod | Financial Statement Reporting Period. | from FinancialStatement |
array | $balances | Financial Statement Balances. | from FinancialStatement |
array | $accounts | Financial Statement accounts. | from FinancialStatement |
array | $period | Balance Sheet period. |
Methods
array[string,
printSection(string $section, string $statement, int $multiplier, string $indent)
Print Statement Section
from FinancialStatement
__construct(string $endDate = null)
Construct Balance Sheet as at the given end date
array
attributes()
Print Income Statement attributes.
void
getSections()
Get Balance Sheet Sections.
void
toString()
Print Balance Sheet.
Details
in FinancialStatement at line 67
protected array[string,
printSection(string $section, string $statement, int $multiplier, string $indent)
Print Statement Section
at line 49
__construct(string $endDate = null)
Construct Balance Sheet as at the given end date
at line 74
array
attributes()
Print Income Statement attributes.
at line 82
void
getSections()
Get Balance Sheet Sections.
at line 104
void
toString()
Print Balance Sheet.