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

void offsetSet(mixed $offset, mixed $value) Set the value for a given offset

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

mixed getKey() Get the value of the model's primary key.

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

Collection reject(callable|mixed $callback)

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

mixed search(mixed $value, bool $strict = false) Search the collection

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

bool hasGetMutator(string $key) Determine if a get mutator exists for an

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

array all() Get all of the items in the collection.

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

void offsetUnset(string $key) Unset the item at a given offset.

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

Collection union(mixed $items)

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::notifiable()
  • References/PHP/Laravel/Notifications

notifiable() Get the notifiable entity that the notification belongs to.

2025-01-10 15:47:30