PHP Class PhpDeal\Functional\Ensure\Stub

Afficher le fichier Open project: lisachenko/php-deal

Méthodes publiques

Méthode Description
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

Method Details

badIncrement() public méthode

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

increment() public méthode

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

returnPrivateValue() public méthode

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

unknown() public méthode

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