laravel / 5.2.31 / api / 5.2 / illuminate / foundation / bus / dispatchesjobs.html /

DispatchesJobs

trait DispatchesJobs (View source)

Methods

mixed dispatch(mixed $job)

Dispatch a job to its appropriate handler.

mixed dispatchNow(mixed $job)

Dispatch a command to its appropriate handler in the current process.

Details

protected mixed dispatch(mixed $job)

Dispatch a job to its appropriate handler.

Parameters

mixed $job

Return Value

mixed

mixed dispatchNow(mixed $job)

Dispatch a command to its appropriate handler in the current process.

Parameters

mixed $job

Return Value

mixed

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.2/Illuminate/Foundation/Bus/DispatchesJobs.html