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

mixed __get(string $key) Dynamically retrieve attributes on the model.

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

Collection whereIn(string $key, mixed $values, bool $strict = false)

2025-01-10 15:47:30
MailMessage::from()
  • References/PHP/Laravel/Notifications/Messages

$this from(string $address, string|null $name = null) Set the from address

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

$this load(array|string $relations) Eager load relations on the model.

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

array getMutatedAttributes() Get the mutated attributes for a given instance

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

ChannelManager class ChannelManager extends

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

string getTable() Get the table associated with the model.

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

mixed shift() Get and remove the first item from the collection.

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

int count() Count the number of items in the collection.

2025-01-10 15:47:30
SlackMessage::content()
  • References/PHP/Laravel/Notifications/Messages

$this content(string $content) Set the content of the Slack message.

2025-01-10 15:47:30