mirror of
https://github.com/code-rhapsodie/dataflow-bundle.git
synced 2026-03-24 06:42:23 +01:00
[PR #34] [MERGED] Added CollectionWriter and DelegatorWriter #51
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/code-rhapsodie/dataflow-bundle/pull/34
Author: @jeremycr
Created: 11/19/2019
Status: ✅ Merged
Merged: 11/21/2019
Merged by: @jeremycr
Base:
master← Head:collection_and_delegator_writers📝 Commits (2)
55bbebdAdded CollectionWriter and DelegatorWriter66fa060Added 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.