DispatchesCommands deprecated
trait DispatchesCommands (View source)
deprecated
Traits
DispatchesJobs |
Methods
mixed | dispatch(mixed $job) Dispatch a job to its appropriate handler. | from DispatchesJobs |
mixed | dispatchFromArray(mixed $job, array $array) Marshal a job and dispatch it to its appropriate handler. | from DispatchesJobs |
mixed | dispatchFrom(mixed $job, ArrayAccess $source, array $extras = []) Marshal a job and dispatch it to its appropriate handler. | from DispatchesJobs |
Details
protected mixed dispatch(mixed $job)
Dispatch a job to its appropriate handler.
protected mixed dispatchFromArray(mixed $job, array $array)
Marshal a job and dispatch it to its appropriate handler.
protected mixed dispatchFrom(mixed $job, ArrayAccess $source, array $extras = [])
Marshal a job and dispatch it to its appropriate handler.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.5/Illuminate/Foundation/Bus/DispatchesCommands.html