Eris\Quantifier\Evaluation::with PHP Method

with() public method

public with ( GeneratedValue $values )
$values Eris\Generator\GeneratedValue
    public function with(GeneratedValue $values)
    {
        $this->values = $values;
        return $this;
    }