PHP Interface Eloquent\Phony\Matcher\Matcher

Inheritance: extends Eloquent\Phony\Matcher\Matchable
Show file Open project: eloquent/phony Interface Usage Examples

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.