
If I edit a Doctrine 2 entity by hand, I am able to assign more than one lifecycle event to a method. Please see the method "setRecordLastModifiedDateTime" where I have the lifecycle event listeners for prePersist and preUpdate. Using the entity in my application works as desired.

In ORM Designer, I am limited to assigning only one lifecycle event at a time to a method. This forces me to manually edit my entity files by hand even after I had used ORM Designer to create the entities and export them.
Can you add the ability to assign multiple lifecycle events to a single method in a future release of ORM Designer? It would be a boost to my productivity with ORM Designer. Thanks.