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

bool|null delete() Delete the model from the database.

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

array getDictionary(ArrayAccess|array|null $items = null)

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

$this setUpdatedAt(mixed $value) Set the value of the "updated at" attribute

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

void __construct(Filesystem $files,

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

MorphToMany morphToMany(string

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

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

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

$this cc(string|array $address) Set the recipients of the message.

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

Collection flatMap(callable $callback)

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

array mode(null $key = null) Get the mode of a given key.

2025-01-10 15:47:30
NotificationTableCommand::run()
  • References/PHP/Laravel/Notifications/Console

int run(InputInterface $input, OutputInterface $output) Run the console

2025-01-10 15:47:30