ChannelManager
  • References/PHP/Laravel/Notifications

ChannelManager class ChannelManager extends

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

mixed __call(string $method, array $parameters) Dynamically call the default

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

Collection reverse()

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

mixed offsetGet(mixed $key) Get an item at a given offset.

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

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

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

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

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

$this setObservableEvents(array $observables) Set the observable event

2025-01-10 15:47:30