MassSendInactiveMailingJob
in package
implements
ShouldQueue
Uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
Table of Contents
Interfaces
- ShouldQueue
Properties
Methods
- __construct() : mixed
- handle() : void
- Execute the job.
Properties
$context
protected
User
$context
$userIds
protected
array<string|int, mixed>
$userIds
= []
Methods
__construct()
public
__construct(User $context[, array<string|int, mixed> $userIds = [] ]) : mixed
Parameters
- $context : User
- $userIds : array<string|int, mixed> = []
handle()
Execute the job.
public
handle() : void