DatabaseNotification::getPerPage()
  • References/PHP/Laravel/Notifications

int getPerPage() Get the number of models to return per page.

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

array modelKeys() Get the array of primary keys.

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

static void created(Closure|string $callback, int $priority)

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

void __construct(mixed $notifiable, Notification $notification

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

$this onQueue(string|null $queue) Set the desired queue for the job.

2025-01-10 15:47:30
MailMessage::data()
  • References/PHP/Laravel/Notifications/Messages

array data() Get the data array for the mail message.

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

void __construct(string $content = '') Create a new message instance.

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

Collection unique(string|callable|null $key = null, bool $strict =

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

bool|null forceDelete() Force a hard delete on a soft deleted model.

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

$this syncOriginalAttribute(string $attribute) Sync a single original attribute

2025-01-10 15:47:30