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

Collection every(int $step, int $offset)

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

void __construct(array $data = array()) Create a new database message.

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

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

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

$this fill(array $attributes) Fill the model with an array of attributes

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

$this setKeyName(string $key) Set the primary key for the model.

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

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

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

void __construct(array $attributes = array()) Create a new Eloquent model

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

mixed search(mixed $value, bool $strict = false) Search the collection

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

notifiable() Get the notifiable entity that the notification belongs to.

2025-01-10 15:47:30