Eris\Quantifier\Evaluation::with PHP Метод

with() публичный Метод

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