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

array getVisible() Get the visible attributes for the model.

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

array all() Get all of the items in the collection.

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

mixed getKey() Get the value of the model's primary key.

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

static int destroy(array|int $ids) Destroy the models for the

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

void addObservableEvents(array|mixed $observables) Add an observable event

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

array getMutatedAttributes() Get the mutated attributes for a given instance

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

Collection every(int $step, int $offset)

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

void __construct(array $data = array()) Create a new database message.

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

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

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

$this fill(array $attributes) Fill the model with an array of attributes

2025-01-10 15:47:30