UpdateAdminSearch
in package
implements
ShouldQueue, ShouldBeUnique
Uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
stub: packages/jobs/job-queued.stub.
Tags
Table of Contents
Interfaces
- ShouldQueue
- ShouldBeUnique
Properties
- $tries : int
- The number of times the job may be attempted.
- $likeOperator : string
- $menuItemRepository : MenuItemRepositoryInterface
- $packageName : string|null
- $searchRepository : AdminSearchRepositoryInterface
Methods
- __construct() : mixed
- handle() : void
- Execute the job.
- scanMenuItems() : mixed
- uniqueId() : string
- scanApps() : mixed
Properties
$tries
The number of times the job may be attempted.
public
int
$tries
= 1
$likeOperator
private
string
$likeOperator
$menuItemRepository
private
MenuItemRepositoryInterface
$menuItemRepository
$packageName
private
string|null
$packageName
$searchRepository
private
AdminSearchRepositoryInterface
$searchRepository
Methods
__construct()
public
__construct([string|null $packageName = null ]) : mixed
Parameters
- $packageName : string|null = null
handle()
Execute the job.
public
handle() : void
scanMenuItems()
public
scanMenuItems() : mixed
uniqueId()
public
uniqueId() : string
Return values
stringscanApps()
private
scanApps() : mixed