Skip to content

Miscellaneous

afterCreate()

afterCreate() — returns any

Registers method(s) that should be called after a new object is created.

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