Pipeline

Pipeline

class Pipeline implements Pipeline (View source)

Methods

void __construct(Container $container = null)

Create a new class instance.

$this send(mixed $passable)

Set the object being sent through the pipeline.

$this through(array|mixed $pipes)

Set the array of pipes.

$this via(string $method)

Set the method to call on the pipes.

mixed then(Closure $destination)

Run the pipeline with a final destination callback.

doc_Laravel
2016-11-02 16:31:42
Comments
Leave a Comment

Please login to continue.