You are viewing documentation for v1.0.x. Change

afterUpdate()

Description

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

Function Syntax

afterUpdate([ methods ])

Parameters

Parameter Type Required Default Description
methods string No Method name or list of method names that should be called when this callback event occurs in an object's life cycle (can also be called with the method argument).

Examples

<!--- Instruct Wheels to call the `fixObj` method --->
<cfset afterUpdate("fixObj")>