[PR #168] [MERGED] postFlush event implementation #7808

Closed
opened 2026-01-22 15:56:57 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (3)

  • 46a3fec added the postFlush event
  • 5e28273 fixed typo in docblock
  • fa8000f dispatch 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/168 **Author:** [@dfreudenberger](https://github.com/dfreudenberger) **Created:** 10/22/2011 **Status:** ✅ Merged **Merged:** 10/23/2011 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`46a3fec`](https://github.com/doctrine/orm/commit/46a3fecb4fb3be0098a3d8efeee7dc080b6dc353) added the postFlush event - [`5e28273`](https://github.com/doctrine/orm/commit/5e28273548023283290a81dd0502cdd4a384e943) fixed typo in docblock - [`fa8000f`](https://github.com/doctrine/orm/commit/fa8000fa5c1d8a6d689e0df8b9ab4b8953a048e6) dispatch the event after the snapshot was taken ### 📊 Changes **4 files changed** (+169 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 15:56:57 +01:00
admin closed this issue 2026-01-22 15:56:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#7808