Dispatcher
interface Dispatcher (View source)
Methods
mixed | dispatch(mixed $command) Dispatch a command to its appropriate handler. | |
mixed | dispatchNow(mixed $command, mixed $handler = null) Dispatch a command to its appropriate handler in the current process. | |
$this | pipeThrough(array $pipes) Set the pipes commands should be piped through before dispatching. |
Details
mixed dispatch(mixed $command)
Dispatch a command to its appropriate handler.
mixed dispatchNow(mixed $command, mixed $handler = null)
Dispatch a command to its appropriate handler in the current process.
$this pipeThrough(array $pipes)
Set the pipes commands should be piped through before dispatching.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.3/Illuminate/Contracts/Bus/Dispatcher.html