PHP Interface demo\AccountContractInterface

Afficher le fichier Open project: lisachenko/php-deal

Méthodes publiques

Méthode Description
deposit ( float $amount ) Deposits fixed amount of money to the account
getBalance ( ) : float Returns current balance

Method Details

deposit() public méthode

Deposits fixed amount of money to the account
public deposit ( float $amount )
$amount float

getBalance() public méthode

Returns current balance
public getBalance ( ) : float
Résultat float