Documentation

PipelineBuilderInterface

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

Search results