Eris\Quantifier\Evaluation::with PHP Méthode

with() public méthode

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