PHP Class Scientist\Matchers\StandardMatcher

Inheritance: implements Scientist\Matchers\Matcher
Afficher le fichier Open project: daylerees/scientist Class Usage Examples

Méthodes publiques

Méthode Description
match ( mixed $control, mixed $trial ) : boolean Determine whether two values match.

Method Details

match() public méthode

Determine whether two values match.
public match ( mixed $control, mixed $trial ) : boolean
$control mixed
$trial mixed
Résultat boolean