Reindex
in package
implements
ShouldQueue
Uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
stub: packages/jobs/job-queued.stub.
Table of Contents
Interfaces
- ShouldQueue
Properties
Methods
- __construct() : void
- Create a new job instance.
- getSearchRepository() : SearchRepositoryInterface
- Get the value of searchRepository.
- handle() : void
- Execute the job.
Properties
$searchRepository
private
SearchRepositoryInterface
$searchRepository
Methods
__construct()
Create a new job instance.
public
__construct() : void
getSearchRepository()
Get the value of searchRepository.
public
getSearchRepository() : SearchRepositoryInterface
Return values
SearchRepositoryInterfacehandle()
Execute the job.
public
handle() : void