PHP Class Eloquent\Phony\Integration\ProphecyMatcher

Inheritance: extends Eloquent\Phony\Matcher\WrappedMatcher
Afficher le fichier Open project: eloquent/phony

Méthodes publiques

Méthode Description
matches ( mixed $value ) : boolean Returns true if $value matches this matcher's criteria.

Method Details

matches() public méthode

Returns true if $value matches this matcher's criteria.
public matches ( mixed $value ) : boolean
$value mixed The value to check.
Résultat boolean True if the value matches.