demo\AccountContractInterface::deposit PHP 메소드

deposit() 공개 메소드

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