Notifiable::routeNotificationFor()

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

Notifiable::unreadNotifications()

unreadNotifications() Get the entity's unread notifications.

Notification

Notification class Notification (View source) Traits SerializesModels SerializesAndRestoresModelIdentifiers

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::broadcastOn()

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

Notification::clearResolvedInstance()

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

Notification::clearResolvedInstances()

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

Notification::fake()

static void fake() Replace the bound instance with a fake. Return Value void

Notification::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Notification::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed