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

bool touch() Update the model's update timestamp.

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

void comment(string $string, null|int|string $verbosity = null) Write a

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

mixed getAttribute(string $key) Get an attribute from the model.

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

void touchOwners() Touch the owning relations of the model.

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

mixed getAttributeValue(string $key) Get a plain attribute (not a relationship)

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

$this setDateFormat(string $format) Set the date format used by the model

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

Collection except(mixed $keys)

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

mixed pipe(callable $callback) Pass the collection to the given callback

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

array toArray() Get the collection of items as a plain array.

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

void __construct(mixed $notifiable, Notification $notification

2025-01-10 15:47:30