PipelineBuilderInterface
in
Table of Contents
- add() : self
- Add an stage.
- build() : PipelineInterface
- Build a new Pipeline object.
Methods
add()
Add an stage.
public
add(callable $stage) : self
Parameters
- $stage : callable
Return values
self —build()
Build a new Pipeline object.
public
build([ProcessorInterface $processor = null ]) : PipelineInterface
Parameters
- $processor : ProcessorInterface = null