PhpBench\Expression\Constraint\Comparison::__construct PHP Method

__construct() public method

public __construct ( string $comparator, string $field, mixed $value )
$comparator string
$field string
$value mixed
    public function __construct($comparator, $field, $value)
    {
        $this->comparator = $comparator;
        $this->field = $field;
        $this->value = $value;
    }