NotificationSending::__construct()
  • References/PHP/Laravel/Notifications/Events

void __construct(mixed $notifiable, Notification $notification

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

mixed offsetGet(mixed $key) Get an item at a given offset.

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

OutputInterface getOutput() Get the output implementation.

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

Collection chunk(int $size)

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

Collection combine(mixed $values)

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

string anticipate(string $question, array $choices, string $default = null)

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

array getDirty() Get the attributes that have been changed since last sync

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

$this with(Action|string|array $line)

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

mixed max(callable|string|null $callback = null) Get the max value of a

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

$this priority(int $level) Set the priority of this message. The

2025-01-10 15:47:30