App\Http\Requests\AssetCheckinRequest Class Reference
Inheritance diagram for App\Http\Requests\AssetCheckinRequest:
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 AssetCheckinRequest.php.
Member Function Documentation
| App\Http\Requests\AssetCheckinRequest::authorize | ( | ) |
Determine if the user is authorized to make this request.
- Returns
- bool
Definition at line 14 of file AssetCheckinRequest.php.
| App\Http\Requests\AssetCheckinRequest::response | ( | array | $errors | ) |
Definition at line 31 of file AssetCheckinRequest.php.
| App\Http\Requests\AssetCheckinRequest::rules | ( | ) |
Get the validation rules that apply to the request.
- Returns
- array
Definition at line 24 of file AssetCheckinRequest.php.
Member Data Documentation
|
protectedinherited |
Definition at line 9 of file Request.php.
The documentation for this class was generated from the following file:
