ValidatesWhenResolvedTrait
trait ValidatesWhenResolvedTrait (View source)
Provides default implementation of ValidatesWhenResolved contract.
Methods
| void |  validate()  Validate the class instance.  |  |
| void |  prepareForValidation()  Prepare the data for validation.  |  |
| Validator |  getValidatorInstance()  Get the validator instance for the request.  |  |
| void |  failedValidation(Validator $validator)  Handle a failed validation attempt.  |  |
| bool |  passesAuthorization()  Determine if the request passes the authorization check.  |  |
| void |  failedAuthorization()  Handle a failed authorization attempt.  |  
Details
void validate()
Validate the class instance.
protected void prepareForValidation()
Prepare the data for validation.
protected Validator getValidatorInstance()
Get the validator instance for the request.
protected void failedValidation(Validator $validator)
Handle a failed validation attempt.
protected bool passesAuthorization()
Determine if the request passes the authorization check.
protected void failedAuthorization()
Handle a failed authorization attempt.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/5.5/Illuminate/Validation/ValidatesWhenResolvedTrait.html