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

addCustomAttributes() 공개 메소드

Add custom attributes to the validator.
public addCustomAttributes ( array $customAttributes )
$customAttributes array
    public function addCustomAttributes(array $customAttributes)
    {
        $this->customAttributes = array_merge($this->customAttributes, $customAttributes);
        return $this;
    }
Validator