Overtrue\Validation\Validator::getCustomAttributes PHP Method

getCustomAttributes() public method

Get the custom attributes used by the validator.
public getCustomAttributes ( ) : array
return array
    public function getCustomAttributes()
    {
        return $this->customAttributes;
    }
Validator