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

string __toString() Convert the model to its string representation.

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

array getDictionary(ArrayAccess|array|null $items = null)

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

bool isClean(array|string|null $attributes = null) Determine if the model

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

void markAsRead() Mark the notification as read.

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

Collection split(int $numberOfGroups)

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

Collection pluck(string $value, string|null $key = null)

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::usesTimestamps()
  • References/PHP/Laravel/Notifications

bool usesTimestamps() Determine if the model uses timestamps.

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

string joiningTable(string $related) Get the joining table name for a many-to-many

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

Collection forPage(int $page, int $perPage)

2025-01-10 15:47:30