Documentation

PipelineBuilder
in package
implements PipelineBuilderInterface

Interfaces, Classes and Traits

PipelineBuilderInterface

Table of Contents

$stages  : array<string|int, callable>
add()  : self
Add an stage.
build()  : PipelineInterface
Build a new Pipeline object.

Properties

Methods

add()

Add an stage.

public add(callable $stage) : self
Parameters
$stage : callable
Return values
self

Search results