$this delay(DateTime|int|null $delay) Set the desired delay for the job. Parameters DateTime|int|null $delay Return Value $this
SendQueuedNotifications class SendQueuedNotifications implements ShouldQueue (View source) Traits Queueable SerializesModels SerializesAndRestoresModelIdentifiers
void __construct(Mailable $mailable) Create a new job instance. Parameters Mailable $mailable Return Value void
void handle(Mailer $mailer) Handle the queued job. Parameters Mailer $mailer Return Value void
SendQueuedMailable class SendQueuedMailable (View source) Methods void __construct(Mailable $mailable) Create a new job instance. void handle(Mailer $mailer) Handle the queued job.
SelfHandling deprecated interface SelfHandling (View source) deprecated since version 5.2. Remove from jobs since self-handling is default.
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
array when() Get the events that trigger this service provider to register. Return Value array
void register() Register the service provider. Return Value void
array provides() Get the services provided by the provider. Return Value array
Page 184 of 996