Skip to content

Model Configuration

validateOnUpdate()

validateOnUpdate() — returns void

Available in: model Category: Validation Functions

Registers method(s) that should be called to validate existing objects before they are updated.

NameTypeRequiredDefaultDescription
methodsstringnoMethod name or list of method names to call. Can also be called with the method argument.
conditionstringnoString expression to be evaluated that decides if validation will be run (if the expression returns true validation will run).
unlessstringnoString expression to be evaluated that decides if validation will be run (if the expression returns false validation will run).