PHP 클래스 PhpDeal\Functional\Ensure\Stub

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

공개 메소드들

메소드 설명
badIncrement ( float $amount ) BAD Method that changes internal state and ensures a contract for this
increment ( float $amount ) Method that changes internal state and ensures a contract for this
returnPrivateValue ( ) Let's check that this getter is not cheating
unknown ( ) Let's check that aspect doesn't pay an attention to unknown annotations

메소드 상세

badIncrement() 공개 메소드

BAD Method that changes internal state and ensures a contract for this
public badIncrement ( float $amount )
$amount float

increment() 공개 메소드

Method that changes internal state and ensures a contract for this
public increment ( float $amount )
$amount float

returnPrivateValue() 공개 메소드

Let's check that this getter is not cheating
public returnPrivateValue ( )

unknown() 공개 메소드

Let's check that aspect doesn't pay an attention to unknown annotations
public unknown ( )