DatabaseNotificationCollection::first()
  • References/PHP/Laravel/Notifications

mixed first(callable $callback = null, mixed $default = null) Get the first

2025-01-10 15:47:30
DatabaseNotification::setAttribute()
  • References/PHP/Laravel/Notifications

$this setAttribute(string $key, mixed $value) Set a given attribute on

2025-01-10 15:47:30
DatabaseNotificationCollection::reduce()
  • References/PHP/Laravel/Notifications

mixed reduce(callable $callback, mixed $initial = null) Reduce the collection

2025-01-10 15:47:30
DatabaseNotification::on()
  • References/PHP/Laravel/Notifications

static Builder on(string|null $connection =

2025-01-10 15:47:30
DatabaseNotification::removeObservableEvents()
  • References/PHP/Laravel/Notifications

void removeObservableEvents(array|mixed $observables) Remove an observable

2025-01-10 15:47:30
SendQueuedNotifications::__construct()
  • References/PHP/Laravel/Notifications

void __construct(Collection $notifiables,

2025-01-10 15:47:30
DatabaseNotification::fromDateTime()
  • References/PHP/Laravel/Notifications

string fromDateTime(DateTime|int $value)

2025-01-10 15:47:30
DatabaseNotification::makeVisible()
  • References/PHP/Laravel/Notifications

$this makeVisible(array|string $attributes) Make the given, typically hidden

2025-01-10 15:47:30
DatabaseNotificationCollection::shuffle()
  • References/PHP/Laravel/Notifications

Collection shuffle(int $seed = null)

2025-01-10 15:47:30
DatabaseNotification::getQueueableId()
  • References/PHP/Laravel/Notifications

mixed getQueueableId() Get the queueable identity for the entity.

2025-01-10 15:47:30