Overtrue\Validation\Validator::setValueNames PHP Method

setValueNames() public method

Set the custom values on the validator.
public setValueNames ( array $values )
$values array
    public function setValueNames(array $values)
    {
        $this->customValues = $values;
        return $this;
    }
Validator