SlackAttachment
  • References/PHP/Laravel/Notifications/Messages

SlackAttachment class SlackAttachment (

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

static void deleted(Closure|string $callback, int $priority)

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

string|null getQueueableClass() Get the type of the entities being queued

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

Collection diff(mixed $items)

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

bool saveOrFail(array $options = array()) Save the model to the database

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

Pivot newPivot(

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

mixed __call(string $method, array $parameters) Handle dynamic method calls

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

void offsetUnset(mixed $offset) Unset the value for a given offset.

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

bool update(array $attributes = array(), array $options = array()) Update

2025-01-10 15:47:30
NotificationTableCommand::question()
  • References/PHP/Laravel/Notifications/Console

void question(string $string, null|int|string $verbosity = null) Write

2025-01-10 15:47:30