interface Pipeline (View source)
$this | send(mixed $traveler) Set the traveler object being sent on the pipeline. | |
$this | through(dynamic|array $stops) Set the stops of the pipeline. | |
$this | via(string $method) Set the method to call on the stops. | |
mixed | then(Closure $destination) Run the pipeline with a final destination callback. |
Set the traveler object being sent on the pipeline.
Set the stops of the pipeline.
Set the method to call on the stops.
Run the pipeline with a final destination callback.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Contracts/Pipeline/Pipeline.html