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

array jsonSerialize() Convert the object into something JSON serializable

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

array getRelations() Get all the loaded relations for the instance.

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

void __wakeup() Restore the model after serialization.

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

static Builder onWriteConnection()

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

Collection mapWithKeys(callable $callback)

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

bool push() Save the model and all of its relationships.

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

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

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

array toArray() Get an array representation of the message.

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

void offsetSet(mixed $key, mixed $value) Set the item at a given offset

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

bool hasSetMutator(string $key) Determine if a set mutator exists for an

2025-01-10 15:47:30