-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[5.2] Allow objects to be passed as pipes
Allows following code to be executed, very useful in case pipes require some complex constructing or already exist. ```php (new Pipeline($app))->send($subject)->through([new A, new B])->via('pipe_method')->then(...); ```
- Loading branch information
Roman Kinyakin
committed
Apr 7, 2016
1 parent
8495627
commit 229c3fa
Showing
2 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters