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

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

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

Collection flatten(int $depth = INF)

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

$this put(mixed $key, mixed $value) Put an item in the collection by key

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

Carbon freshTimestamp() Get a fresh timestamp for the model.

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

void __construct(array $attributes = array()) Create a new Eloquent model

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

void handle(ChannelManager $manager)

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

Collection flip()

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

bool contains(mixed $key, mixed $value = null) Determine if a key exists

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

bool isEmpty() Determine if the collection is empty or not.

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