BulkAssignEmailSequences
in package
implements
ShouldQueue
uses
Queueable, InteractsWithQueue, SerializesModels
Table of Contents
Interfaces
- ShouldQueue
Properties
- $contacts : Collection
- $emailSequenceId : mixed
- $timeout : int
- The maximum number of seconds the job should be allowed to run.
- $tries : int
- The number of times the job may be attempted.
Methods
- __construct() : mixed
- handle() : mixed
Properties
$contacts
public
Collection
$contacts
$emailSequenceId
public
mixed
$emailSequenceId
$timeout
The maximum number of seconds the job should be allowed to run.
public
int
$timeout
= 120
$tries
The number of times the job may be attempted.
public
int
$tries
= 3
Methods
__construct()
public
__construct(Collection $contacts, mixed $emailSequenceId) : mixed
Parameters
- $contacts : Collection
- $emailSequenceId : mixed
handle()
public
handle() : mixed