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