class
Illuminate
/
Support
/
Facades
/
Bus
Bus
Extends
See
- \Illuminate\Bus\Dispatcher
- \Illuminate\Support\Testing\Fakes\BusFake
Methods
public
static
fake ( $jobsToFake , BatchRepository $batchRepository ) : BusFake
Replace the bound instance with a fake.
Parameters
- $jobsToFake array|string
- $batchRepository BatchRepository |null
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.