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

$this prepend(mixed $value, mixed $key = null) Push an item onto the beginning

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

string getActualClassNameForMorph(string $class) Retrieve the fully qualified

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

$this fields(array $fields) Set the fields of the attachment.

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

bool __isset(string $key) Determine if an attribute or relation exists

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

void register() Register the service provider.

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

bool|null delete() Delete the model from the database.

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

$this setTable(string $table) Set the table associated with the model.

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

mixed|null median(null $key = null) Get the median of a given key.

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

$this cc(string|array $address) Set the recipients of the message.

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

Collection flatMap(callable $callback)

2025-01-10 15:47:30