PHP Interface Eloquent\Phony\Matcher\Matcher

Inheritance: extends Eloquent\Phony\Matcher\Matchable
Afficher le fichier Open project: eloquent/phony Interface Usage Examples

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.