[PR #34] [MERGED] Added CollectionWriter and DelegatorWriter #51

Closed
opened 2026-01-23 11:21:55 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/code-rhapsodie/dataflow-bundle/pull/34
Author: @jeremycr
Created: 11/19/2019
Status: Merged
Merged: 11/21/2019
Merged by: @jeremycr

Base: masterHead: collection_and_delegator_writers


📝 Commits (2)

  • 55bbebd Added CollectionWriter and DelegatorWriter
  • 66fa060 Added explanations and examples in README

📊 Changes

10 files changed (+529 additions, -4 deletions)

View changed files

📝 CHANGELOG.md (+4 -0)
📝 README.md (+89 -0)
📝 Tests/DataflowType/AbstractDataflowTypeTest.php (+6 -4)
Tests/DataflowType/Writer/CollectionWriterTest.php (+56 -0)
Tests/DataflowType/Writer/DelegatorWriterTest.php (+160 -0)
src/DataflowType/Writer/CollectionWriter.php (+67 -0)
src/DataflowType/Writer/DelegateWriterInterface.php (+20 -0)
src/DataflowType/Writer/DelegatorWriter.php (+101 -0)
📝 src/DataflowType/Writer/WriterInterface.php (+14 -0)
src/Exceptions/UnsupportedItemTypeException.php (+12 -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/code-rhapsodie/dataflow-bundle/pull/34 **Author:** [@jeremycr](https://github.com/jeremycr) **Created:** 11/19/2019 **Status:** ✅ Merged **Merged:** 11/21/2019 **Merged by:** [@jeremycr](https://github.com/jeremycr) **Base:** `master` ← **Head:** `collection_and_delegator_writers` --- ### 📝 Commits (2) - [`55bbebd`](https://github.com/code-rhapsodie/dataflow-bundle/commit/55bbebd9a5f5ab74d2f79f2255368e93027ad4bb) Added CollectionWriter and DelegatorWriter - [`66fa060`](https://github.com/code-rhapsodie/dataflow-bundle/commit/66fa0605c4dbdde4fda513aefb6812c5f4be3734) Added explanations and examples in README ### 📊 Changes **10 files changed** (+529 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+4 -0) 📝 `README.md` (+89 -0) 📝 `Tests/DataflowType/AbstractDataflowTypeTest.php` (+6 -4) ➕ `Tests/DataflowType/Writer/CollectionWriterTest.php` (+56 -0) ➕ `Tests/DataflowType/Writer/DelegatorWriterTest.php` (+160 -0) ➕ `src/DataflowType/Writer/CollectionWriter.php` (+67 -0) ➕ `src/DataflowType/Writer/DelegateWriterInterface.php` (+20 -0) ➕ `src/DataflowType/Writer/DelegatorWriter.php` (+101 -0) 📝 `src/DataflowType/Writer/WriterInterface.php` (+14 -0) ➕ `src/Exceptions/UnsupportedItemTypeException.php` (+12 -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-23 11:21:55 +01:00
admin closed this issue 2026-01-23 11:21:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: code-rhapsodie/dataflow-bundle#51