PHP Class Eloquent\Phony\Integration\ProphecyMatcher

Inheritance: extends Eloquent\Phony\Matcher\WrappedMatcher
Datei anzeigen Open project: eloquent/phony

Public Methods

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

Method Details

matches() public method

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