PipelineInterface
extends
StageInterface
in
Table of Contents
- __invoke() : mixed
- Process the payload.
- pipe() : static
- Create a new pipeline with an appended stage.
Methods
__invoke()
Process the payload.
public
__invoke(mixed $payload) : mixed
Parameters
- $payload : mixed
Return values
mixed —pipe()
Create a new pipeline with an appended stage.
public
pipe(callable $operation) : static
Parameters
- $operation : callable