Back
afterInitialization()
Registers method(s) that should be called after an object has been initialized.
// Instruct CFWheels to call the `fixObj` method after an object has been initialized (i.e. after creating it or fetching it with a finder method).
afterInitialization("fixObj");
Copied!