persistence icon indicating copy to clipboard operation
persistence copied to clipboard

DCOM-250: [GH-335] add base events class

Open doctrinebot opened this issue 11 years ago • 1 comments

Jira issue originally created by user @doctrinebot:

This issue is created automatically through a Github pull request on behalf of jdeniau:

Url: https://github.com/doctrine/common/pull/335

Message:

Hi,

All doctrine projects implements events. A lot of them are similars, but there is no base class defining common Events.

I tried to gathen them all in this PR. I looked into CouchDb-orm, doctrine-orm, doctrine-mongodb-odm and phpcr-odm.

I only added events present in all packages, but CouchDB is the only one to not implement some events implemented in every other packages (postPersist, loadClassmetadata, preFlush, etc.).

doctrinebot avatar Aug 28 '14 16:08 doctrinebot

Comment created by @doctrinebot:

A related Github Pull-Request [GH-335] was assigned: https://github.com/doctrine/common/pull/335

doctrinebot avatar Aug 31 '15 06:08 doctrinebot