Skip to content

Miscellaneous

afterUpdate()

afterUpdate() — returns any

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

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