PipelineBuilder
Table of Contents
Properties
- $stages : array<string|int, callable>
Methods
- add() : self
- build() : PipelineInterface
Properties
$stages
private
array<string|int, callable>
$stages
= []
Methods
add()
public
add(callable $stage) : self
Parameters
- $stage : callable
Return values
selfbuild()
public
build() : PipelineInterface