class
Illuminate
/
Support
/
Facades
/
Bus
You are viewing an older version of the documentation. For the latest, please visit master documentation.
Bus
Extends
See
- \Illuminate\Contracts\Bus\Dispatcher
Methods
public
static
fake ( $jobsToFake ) : BusFake
Replace the bound instance with a fake.
Parameters
- $jobsToFake array|string
public
static
dispatchChain ( $jobs ) : PendingDispatch
Dispatch the given chain of jobs.
Parameters
- $jobs array|mixed
protected
static
getFacadeAccessor ( ) : string
Get the registered name of the component.