class Pipeline implements Pipeline

Methods

__construct(array $pipes = array())

Create new pipeline.

$this
send(mixed $parcel)

No description

$this
through(array $pipes)

No description

$this
with(ArgumentBag $args)

No description

mixed
to(Closure $destination)

No description

Details

at line 35
__construct(array $pipes = array())

Create new pipeline.

Parameters

array $pipes

at line 43
$this send(mixed $parcel)

Parameters

mixed $parcel

Return Value

$this

at line 53
$this through(array $pipes)

Parameters

array $pipes

Return Value

$this

at line 63
$this with(ArgumentBag $args)

Parameters

ArgumentBag $args

Return Value

$this

at line 73
mixed to(Closure $destination)

Parameters

Closure $destination

Return Value

mixed