DatabaseNotificationCollection::getIterator()
  • References/PHP/Laravel/Notifications

ArrayIterator getIterator()

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

static Collection hydrate(array $items

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

$this setRawAttributes(array $attributes, bool $sync = false) Set the array

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

$this setCreatedAt(mixed $value) Set the value of the "created at" attribute

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

string getCreatedAtColumn() Get the name of the "created at" column.

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

$this makeVisible(array|string $attributes) Make the given, typically hidden

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

array toArray() Convert the model instance to an array.

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

string freshTimestampString() Get a fresh timestamp for the model.

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

mixed min(callable|string|null $callback = null) Get the min value of a

2025-01-10 15:47:30