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

mixed __call(string $method, array $parameters) Dynamically handle calls

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

$this forget(string|array $keys) Remove an item from the collection by

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

array getVisible() Get the visible attributes for the model.

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

$this title(string $title, string $url = null) Set the title of the attachment

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

$this makeHidden(array|string $attributes) Make the given, typically visible

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

$this setRelations(array $relations) Set the entire relations array on

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

notifications() Get the entity's notifications.

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

$this level(string $level) Set the "level" of the notification (success

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

Builder|

2025-01-10 15:47:30