Overtrue\Validation\Validator::setAttributeNames PHP 메소드

setAttributeNames() 공개 메소드

Set the custom attributes on the validator.
public setAttributeNames ( array $attributes )
$attributes array
    public function setAttributeNames(array $attributes)
    {
        $this->customAttributes = $attributes;
        return $this;
    }
Validator