Class Bank

Description

Implements the bank.

  • author: Libor Tichy

Located in /Buildings/BankModel.php (line 15)


	
			
Method Summary
Bank __construct ( $characterId)
boolean transferCashIn (int $amount)
boolean transferCashOut (int $amount)
Methods
Constructor __construct (line 19)
  • access: public
Bank __construct ( $characterId)
  • $characterId
transferCashIn (line 31)

Put the amount to the bank.

  • access: public
boolean transferCashIn (int $amount)
  • int $amount
transferCashOut (line 49)

Get the amount from the bank account.

  • access: public
boolean transferCashOut (int $amount)
  • int $amount

Documentation generated on Tue, 07 Jun 2011 20:47:27 +0200 by phpDocumentor 1.4.3