class Notifications extends Component (View source)

Properties

bool $isFilamentNotificationsComponent
Collection $notifications
static Alignment $alignment
static VerticalAlignment $verticalAlignment
static string|null $authGuard

Methods

void
mount()

No description

void
pullNotificationsFromSession()

No description

void
pushNotificationFromEvent(array $notification)

No description

void
removeNotification(string $id)

No description

void
handleBroadcastNotification(array $notification)

No description

void
pushNotification(Notification $notification)

No description

Authenticatable|null
getUser()

No description

string|null
getBroadcastChannel()

No description

static void
alignment(Alignment $alignment)

No description

static void
verticalAlignment(VerticalAlignment $alignment)

No description

static void
authGuard(string|null $guard)

No description

View
render()

No description

Details

void mount()

No description

Return Value

void

void pullNotificationsFromSession()

No description

Return Value

void

void pushNotificationFromEvent(array $notification)

No description

Parameters

array $notification

Return Value

void

void removeNotification(string $id)

No description

Parameters

string $id

Return Value

void

void handleBroadcastNotification(array $notification)

No description

Parameters

array $notification

Return Value

void

protected void pushNotification(Notification $notification)

No description

Parameters

Notification $notification

Return Value

void

Authenticatable|null getUser()

No description

Return Value

Authenticatable|null

string|null getBroadcastChannel()

No description

Return Value

string|null

static void alignment(Alignment $alignment)

No description

Parameters

Alignment $alignment

Return Value

void

static void verticalAlignment(VerticalAlignment $alignment)

No description

Parameters

VerticalAlignment $alignment

Return Value

void

static void authGuard(string|null $guard)

No description

Parameters

string|null $guard

Return Value

void

View render()

No description

Return Value

View