Skip to content

Miscellaneous

afterValidation()

afterValidation() — returns any

Registers method(s) that should be called after an object is validated.

NameTypeRequiredDefaultDescription
methodsstringyesSee documentation for afterNew.
<!--- Instruct CFWheels to call the `fixObj` method --->
<cfset afterValidation("fixObj")>