phpDocumentor

Pipeline implements PipelineInterface

FinalYes

Table of Contents

Interfaces

PipelineInterface

Properties

$procesor  : Processor|null
$stages  : array<string|int, callable>

Methods

__construct()  : mixed
__invoke()  : mixed
pipe()  : PipelineInterface
process()  : mixed

Properties

$stages

private array<string|int, callable> $stages

Methods

__construct()

public __construct([Processor|null $procesor = null ], callable ...$stages) : mixed
Parameters
$procesor : Processor|null = null
$stages : callable

__invoke()

public __invoke(mixed $payload) : mixed
Parameters
$payload : mixed

process()

public process(mixed $payload) : mixed
Parameters
$payload : mixed

        
On this page

Search results