Notifications
class Notifications extends Component (View source)
Properties
bool | $isFilamentNotificationsComponent | ||
Collection | $notifications | ||
protected | $listeners |
Methods
void
mount()
No description
void
pullNotificationsFromSession()
No description
void
pushNotificationFromEvent(array $notification)
No description
void
removeNotification(string $id)
No description
void
clearDatabaseNotifications()
No description
void
markAllDatabaseNotificationsAsRead()
No description
DatabaseNotificationCollection
getDatabaseNotifications()
No description
Relation
getDatabaseNotificationsQuery()
No description
Relation
getUnreadDatabaseNotificationsQuery()
No description
int
getUnreadDatabaseNotificationsCount()
No description
void
handleBroadcastNotification($notification)
No description
void
bool
hasDatabaseNotifications()
No description
string|null
getPollingInterval()
No description
View|null
getDatabaseNotificationsTrigger()
No description
Authenticatable|null
getUser()
No description
string|null
getBroadcastChannel()
No description
getNotificationFromDatabaseRecord(DatabaseNotification $notification)
No description
string
formatNotificationDate(CarbonInterface $date)
No description
View
render()
No description
Details
void
mount()
No description
void
pullNotificationsFromSession()
No description
void
pushNotificationFromEvent(array $notification)
No description
void
removeNotification(string $id)
No description
void
clearDatabaseNotifications()
No description
void
markAllDatabaseNotificationsAsRead()
No description
DatabaseNotificationCollection
getDatabaseNotifications()
No description
Relation
getDatabaseNotificationsQuery()
No description
Relation
getUnreadDatabaseNotificationsQuery()
No description
int
getUnreadDatabaseNotificationsCount()
No description
void
handleBroadcastNotification($notification)
No description
protected void
pushNotification(Notification $notification)
No description
bool
hasDatabaseNotifications()
No description
string|null
getPollingInterval()
No description
View|null
getDatabaseNotificationsTrigger()
No description
Authenticatable|null
getUser()
No description
string|null
getBroadcastChannel()
No description
Notification
getNotificationFromDatabaseRecord(DatabaseNotification $notification)
No description
protected string
formatNotificationDate(CarbonInterface $date)
No description
View
render()
No description