Documentation

Dispatcher

Table of Contents

send()  : void
Send the given notification to the given notifiable entities.
sendNow()  : void
Send the given notification immediately.

Methods

send()

Send the given notification to the given notifiable entities.

public send(Collection|array<string|int, mixed>|mixed $notifiables, mixed $notification) : void
Parameters
$notifiables : Collection|array<string|int, mixed>|mixed
$notification : mixed
Return values
void

sendNow()

Send the given notification immediately.

public sendNow(Collection|array<string|int, mixed>|mixed $notifiables, mixed $notification) : void
Parameters
$notifiables : Collection|array<string|int, mixed>|mixed
$notification : mixed
Return values
void

Search results