NotificationTableCommand::secret()
  • References/PHP/Laravel/Notifications/Console

string secret(string $question, bool $fallback = true) Prompt the user

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

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

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

void table(array $headers, Arrayable|array $rows,

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

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

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

string ask(string $question, string $default = null) Prompt the user for

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

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

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

int callSilent(string $command, array $arguments = array()) Call another

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

bool hasOption(string $name) Determine if the given option is present.

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

string|array argument(string $key = null) Get the value of a command argument

2025-01-10 15:47:30