Feature #35783
Lifecycle method after property mapping
| Status: | New | Start date: | 2012-04-08 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assigned To: | - | % Done: | 0% | |
| Category: | Object | |||
| Target version: | - | |||
| PHP Version: | Complexity: | |||
| Has patch: | No | 
Description
Currently, there is initializeObject() that is called after DI. There is, however, no method that is called after property mapping. Having such a method would enable us e.g. to set some more properties after creating an object from a form.
Another option (instead of a "real" object lifecycle method) would be to have a method that is called solely by the property mapper after it has done its job.