You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.).
The text was updated successfully, but these errors were encountered:
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of jdeniau:
Url: doctrine/common#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
andphpcr-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.).The text was updated successfully, but these errors were encountered: