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

string __toString() Convert the collection to its string representation

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

mixed pull(mixed $key, mixed $default = null) Get and remove an item from

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

SimpleMessage class SimpleMessage (

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

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

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

Illuminate\Notifications\Console Classes

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

static void unsetEventDispatcher() Unset the event dispatcher

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

string getCreatedAtColumn() Get the name of the "created at" column.

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

$this makeVisible(array|string $attributes) Make the given, typically hidden

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

static bool hasGlobalScope(Scope|string $scope)

2025-01-10 15:47:30