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

__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

Parameters

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

Return Value

array[string, float]

at line 49
__construct(string $endDate = null)

Construct Balance Sheet as at the given end date

Parameters

string $endDate

at line 74
array attributes()

Print Income Statement attributes.

Return Value

array

at line 82
void getSections()

Get Balance Sheet Sections.

Return Value

void

at line 104
void toString()

Print Balance Sheet.

Return Value

void