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

Collection diffKeys(mixed $items)

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

string getQualifiedKeyName() Get the table qualified key name.

2025-01-10 15:47:30
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::attributesToArray()
  • References/PHP/Laravel/Notifications

array attributesToArray() Convert the model's attributes to an array.

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

static void unsetEventDispatcher() Unset the event dispatcher

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

array getHidden() Get the hidden attributes for the model.

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

$this setCreatedAt(mixed $value) Set the value of the "created at" attribute

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

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

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

$this to(string|array $address) Set the recipient address for the mail

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

static Model forceCreate(array $attributes)

2025-01-10 15:47:30