Méthode |
Description |
|
creating ( Model $model ) : boolean |
Register the validation event for creating the model. |
|
deleting ( Model $model ) : boolean |
Register the validation event for deleting the model. |
|
restoring ( Model $model ) : boolean |
Register the validation event for restoring the model. |
|
saving ( Model $model ) : boolean |
Register the validation event for saving the model. Saving validation
should only occur if creating and updating validation does not. |
|
updating ( Model $model ) : boolean |
Register the validation event for updating the model. |
|