Bug #13

Implement support for lifecycle methods

Added by Robert Lemke over 8 years ago. Updated almost 5 years ago.

Status:Closed Start date:
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

0%

Category:Object
Target version:TYPO3 Flow Base Distribution - 0.1
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

The Component Manager (more precisely the object builder) should support at least some initialization life cycle method which is executed in the target object after the setter-based dependencies have been injected. Probably other methods for session-persistent components make sense as well.

History

#1 Updated by Robert Lemke over 8 years ago

  • Status changed from New to Closed
  • Sprint set to fixed

(In r135) * Component Manager: Added support for a lifecycle initialization method. The name of the method can be configured in the Components.conf file (see T3P_TestPackage_BasicClass for an example). Fixes #13

Also available in: Atom PDF