App\Http\Requests\SetupUserRequest Class Reference
Inheritance diagram for App\Http\Requests\SetupUserRequest:

Public Member Functions | |
authorize () | |
Determine if the user is authorized to make this request. More... | |
rules () | |
Get the validation rules that apply to the request. More... | |
response (array $errors) | |
Protected Attributes | |
$rules = [] | |
Detailed Description
Definition at line 7 of file SetupUserRequest.php.
Member Function Documentation
App\Http\Requests\SetupUserRequest::authorize | ( | ) |
Determine if the user is authorized to make this request.
- Returns
- bool
Definition at line 14 of file SetupUserRequest.php.
App\Http\Requests\SetupUserRequest::response | ( | array | $errors | ) |
Definition at line 38 of file SetupUserRequest.php.
App\Http\Requests\SetupUserRequest::rules | ( | ) |
Get the validation rules that apply to the request.
- Returns
- array
Definition at line 24 of file SetupUserRequest.php.
Member Data Documentation
|
protectedinherited |
Definition at line 9 of file Request.php.
The documentation for this class was generated from the following file: