StoreRequest
extends FormRequest
in package
Uses
PrivacyRequestTrait
Class StoreRequest.
Table of Contents
Methods
- messages() : array<string, mixed>
- rules() : array<string, mixed>
- Get the validation rules that apply to the request.
- validated() : mixed
- handlePrivacy() : array<string, mixed>
Methods
messages()
public
messages() : array<string, mixed>
Return values
array<string, mixed>rules()
Get the validation rules that apply to the request.
public
rules() : array<string, mixed>
Return values
array<string, mixed>validated()
public
validated([mixed $key = null ][, mixed $default = null ]) : mixed
Parameters
- $key : mixed = null
- $default : mixed = null
handlePrivacy()
protected
handlePrivacy(array<string, mixed> $data) : array<string, mixed>
Parameters
- $data : array<string, mixed>