Skip to content

Miscellaneous

afterDelete()

afterDelete() — returns any

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

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