demo\AccountContractInterface::deposit PHP Méthode

deposit() public méthode

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