Back
beforeValidation()
Registers method(s) that should be called before an object is validated.
// Instruct CFWheels to call the `fixObj` method
beforeValidation("fixObj");
Copied!