mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #168] [MERGED] postFlush event implementation #7808
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/168
Author: @dfreudenberger
Created: 10/22/2011
Status: ✅ Merged
Merged: 10/23/2011
Merged by: @beberlei
Base:
master← Head:master📝 Commits (3)
46a3fecadded the postFlush event5e28273fixed typo in docblockfa8000fdispatch the event after the snapshot was taken📊 Changes
4 files changed (+169 additions, -1 deletions)
View changed files
➕
lib/Doctrine/ORM/Event/PostFlushEventArgs.php(+57 -0)📝
lib/Doctrine/ORM/Events.php(+11 -0)📝
lib/Doctrine/ORM/UnitOfWork.php(+6 -1)➕
tests/Doctrine/Tests/ORM/Functional/PostFlushEventTest.php(+95 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.