interface
Illuminate
/
Contracts
/
Pipeline
/
Pipeline
Pipeline
Methods
public
send ( $traveler ) : $this
Set the traveler object being sent on the pipeline.
Parameters
- $traveler mixed
public
through ( $stops ) : $this
Set the stops of the pipeline.
Parameters
- $stops dynamic|array
public
via ( $method ) : $this
Set the method to call on the stops.
Parameters
- $method string