PHP 클래스 PhpDeal\Functional\Verify\Stub

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

공개 메소드들

메소드 설명
add ( integer $value ) : boolean Method with contract integrated with beberlei/assert library
sub ( integer $value ) : boolean Method with many contracts
testAccessToPrivateField ( float $variable ) Method with contract that access a private variable
testNumeric ( float $variable ) : float Method with numeric parameter requirement

메소드 상세

add() 공개 메소드

Method with contract integrated with beberlei/assert library
public add ( integer $value ) : boolean
$value integer
리턴 boolean

sub() 공개 메소드

Method with many contracts
public sub ( integer $value ) : boolean
$value integer
리턴 boolean

testAccessToPrivateField() 공개 메소드

Method with contract that access a private variable
public testAccessToPrivateField ( float $variable )
$variable float

testNumeric() 공개 메소드

Method with numeric parameter requirement
public testNumeric ( float $variable ) : float
$variable float
리턴 float