interface Factory

Methods

mixed
channel(UnitEnum|string|null $name = null)

Get a channel instance by name.

void
send(mixed $notifiables, mixed $notification)

Send the given notification to the given notifiable entities.

void
sendNow(mixed $notifiables, mixed $notification)

Send the given notification immediately.

Details

at line 14
mixed channel(UnitEnum|string|null $name = null)

Get a channel instance by name.

Parameters

UnitEnum|string|null $name

Return Value

mixed

at line 19
void send(mixed $notifiables, mixed $notification)

Send the given notification to the given notifiable entities.

Parameters

mixed $notifiables
mixed $notification

Return Value

void

at line 24
void sendNow(mixed $notifiables, mixed $notification)

Send the given notification immediately.

Parameters

mixed $notifiables
mixed $notification

Return Value

void