PHP Interface Scientist\Matchers\Matcher

Matchers allow you to alter the success criteria of an experiment.
Show file Open project: daylerees/scientist Interface Usage Examples

Public Methods

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

Method Details

match() public method

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