◆ depositMoney()
BankAccount::depositMoney |
( |
|
$balance | ) |
|
Deposits an amount of money to the bank account.
- Parameters
-
- Exceptions
-
◆ getBalance()
BankAccount::getBalance |
( |
| ) |
|
Returns the bank account's balance.
- Returns
- float
◆ setBalance()
BankAccount::setBalance |
( |
|
$balance | ) |
|
|
protected |
Sets the bank account's balance.
- Parameters
-
- Exceptions
-
◆ withdrawMoney()
BankAccount::withdrawMoney |
( |
|
$balance | ) |
|
Withdraws an amount of money from the bank account.
- Parameters
-
- Exceptions
-
The documentation for this class was generated from the following file:
- vendor/phpunit/php-code-coverage/tests/_files/BankAccount.php