Miscellaneous
afterSave()
Signature
Section titled “Signature”afterSave() — returns any
Description
Section titled “Description”Registers method(s) that should be called after an object is saved.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
methods | string | yes | — | See documentation for afterNew. |
Examples
Section titled “Examples”<!--- Instruct CFWheels to call the `fixObj` method --->
<cfset afterSave("fixObj")>