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

static Collection|

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

bool touches(string $relation) Determine if the model touches a given relation

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

bool usesTimestamps() Determine if the model uses timestamps.

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

void __unset(string $key) Unset an attribute on the model.

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

bool is(Model $model)

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

$this load(mixed $relations) Load a set of relationships onto the collection

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

mixed random(int $amount = 1) Get one or more items randomly from the collection

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

$this each(callable $callback) Execute a callback over each item.

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

mixed average(callable|string|null $callback = null) Alias for the "avg"

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

string getConnectionName() Get the current connection name for the model

2025-01-10 15:47:30