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

static void saving(Closure|string $callback, int $priority)

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

static void saved(Closure|string $callback, int $priority)

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

$this setVisible(array $visible) Set the visible attributes for the model

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

ArrayIterator getIterator()

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

$this error() Indicate that the notification gives information about an

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

array getObservableEvents() Get the observable event names.

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

array jsonSerialize() Convert the object into something JSON serializable

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

array relationsToArray() Get the model's relationships in array form.

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

bool offsetExists(mixed $offset) Determine if the given attribute exists

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

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

2025-01-10 15:47:30