Skip to content

Miscellaneous

afterInitialization()

afterInitialization() — returns any

Registers method(s) that should be called after an object has been initialized.

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