PHP 인터페이스 demo\AccountContractInterface

파일 보기 프로젝트 열기: lisachenko/php-deal

공개 메소드들

메소드 설명
deposit ( float $amount ) Deposits fixed amount of money to the account
getBalance ( ) : float Returns current balance

메소드 상세

deposit() 공개 메소드

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

getBalance() 공개 메소드

Returns current balance
public getBalance ( ) : float
리턴 float