MetaFox

UpdateRequest extends FormRequest
in package

Class UpdateRequest.

Table of Contents

Properties

$passwordRule  : MetaFoxPasswordFormatRule

Methods

getPasswordRule()  : MetaFoxPasswordFormatRule
messages()  : array<string, string>
rules()  : array<string, mixed>
Get the validation rules that apply to the request.
setPasswordRule()  : void
validated()  : array<string|int, mixed>

Properties

Methods

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
throws
AuthenticationException
Return values
array<string, mixed>

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>

        
On this page

Search results