Pipeline
class Pipeline implements Pipeline (View source)
Methods
void
$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.