Lggr
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
BankAccount Class Reference

Public Member Functions

 getBalance ()
 
 depositMoney ($balance)
 
 withdrawMoney ($balance)
 
 getBalance ()
 
 depositMoney ($balance)
 
 withdrawMoney ($balance)
 

Protected Member Functions

 setBalance ($balance)
 
 setBalance ($balance)
 

Protected Attributes

 $balance = 0
 

Detailed Description

A bank account.

Member Function Documentation

◆ depositMoney()

BankAccount::depositMoney (   $balance)

Deposits an amount of money to the bank account.

Parameters
float$balance
Exceptions
BankAccountException

◆ getBalance()

BankAccount::getBalance ( )

Returns the bank account's balance.

Returns
float

◆ setBalance()

BankAccount::setBalance (   $balance)
protected

Sets the bank account's balance.

Parameters
float$balance
Exceptions
BankAccountException

◆ withdrawMoney()

BankAccount::withdrawMoney (   $balance)

Withdraws an amount of money from the bank account.

Parameters
float$balance
Exceptions
BankAccountException

The documentation for this class was generated from the following file: