Skip to content

Model Configuration

beforeValidationOnCreate()

beforeValidationOnCreate() — returns void

Available in: model Category: Callback Functions

Registers method(s) that should be called before a new object is validated.

NameTypeRequiredDefaultDescription
methodsstringnoMethod name or list of method names that should be called when this callback event occurs in an object’s life cycle (can also be called with the method argument).
// Instruct CFWheels to call the `fixObj` method
beforeValidationOnCreate("fixObj");