UpdateCustomFieldsRequest
        
        extends UpdateRequest
    
    
            
            in package
            
        
    
    
    
Class UpdateCustomFieldsRequest.
Table of Contents
Properties
Methods
- getPasswordRule() : MetaFoxPasswordFormatRule
- getProfileFields() : array<string|int, mixed>
- messages() : array<string, string>
- rules() : array<string, mixed>
- Get the validation rules that apply to the request.
- setPasswordRule() : void
- validated() : array<string|int, mixed>
- handleProfileFields() : void
Properties
$passwordRule
    private
        MetaFoxPasswordFormatRule
    $passwordRule
    
    
    
    
Methods
getPasswordRule()
    public
                    getPasswordRule() : MetaFoxPasswordFormatRule
    Return values
MetaFoxPasswordFormatRulegetProfileFields()
    public
                    getProfileFields() : array<string|int, mixed>
    Return values
array<string|int, mixed>messages()
    public
                    messages() : array<string, string>
    Return values
array<string, string>rules()
Get the validation rules that apply to the request.
    public
                    rules() : array<string, mixed>
    Tags
Return values
array<string, mixed>setPasswordRule()
    public
                    setPasswordRule(MetaFoxPasswordFormatRule $rule) : void
    Parameters
- $rule : MetaFoxPasswordFormatRule
validated()
    public
                    validated([mixed $key = null ][, mixed $default = null ]) : array<string|int, mixed>
    Parameters
- $key : mixed = null
- $default : mixed = null
Return values
array<string|int, mixed>handleProfileFields()
    protected
                    handleProfileFields(array<string|int, mixed> &$data) : void
    Parameters
- $data : array<string|int, mixed>