$this send(mixed $traveler) Set the traveler object being sent on the pipeline. Parameters mixed $traveler Return Value $this
$this send(mixed $passable) Set the object being sent through the pipeline. Parameters mixed $passable Return Value $this
mixed then(Closure $destination) Run the pipeline with a final destination callback. Parameters Closure $destination Return Value mixed
$this through(dynamic|array $stops) Set the stops of the pipeline. Parameters dynamic|array $stops Return Value $this
$this through(array|mixed $pipes) Set the array of pipes. Parameters array|mixed $pipes Return Value $this
$this via(string $method) Set the method to call on the stops. Parameters string $method Return Value $this
Page 9577 of 11844