$this delay(DateTime|int|null $delay) Set the desired delay for the job. Parameters DateTime|int|null $delay Return Value $this
SendQueuedMailable class SendQueuedMailable (View source) Methods void __construct(Mailable $mailable) Create a new job instance. void handle(Mailer $mailer) Handle the queued job.
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
bool isDeferred() Determine if the provider is deferred. Return Value bool
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
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