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

mixed pop() Get and remove the last item from the collection.

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

array getRelations() Get all the loaded relations for the instance.

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

$this push(mixed $value) Push an item onto the end of the collection.

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

static void cacheMutatedAttributes(string $class) Extract and

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

Collection uniqueStrict(string|callable|null $key = null)

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

bool containsStrict(mixed $key, mixed $value = null) Determine if an item

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

Collection whereStrict(string $key, mixed $value)

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

bool totallyGuarded() Determine if the model is totally guarded.

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

bool has(mixed $key) Determine if an item exists in the collection by key

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

bool offsetExists(mixed $key) Determine if an item exists at an offset

2025-01-10 15:47:30