Notification::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

Notification::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

Notification::broadcastOn()

array broadcastOn() Get the channels the event should broadcast on. Return Value array

Notification

Notification class Notification extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static void spy() Convert the facade into a Mockery spy. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade

Notification

Notification class Notification (View source) Traits SerializesModels SerializesAndRestoresModelIdentifiers

Notifiable::unreadNotifications()

unreadNotifications() Get the entity's unread notifications.

Notifiable::routeNotificationFor()

mixed routeNotificationFor(string $driver) Get the notification routing information for the given driver. Parameters string $driver Return Value mixed

Notifiable::readNotifications()

readNotifications() Get the entity's read notifications.

Notifiable::notify()

void notify(mixed $instance) Send the given notification. Parameters mixed $instance Return Value void

Notifiable::notifications()

notifications() Get the entity's notifications.