RestartCommand::getLaravel()
  • References/PHP/Laravel/Queue/Console

Application getLaravel()

2025-01-10 15:47:30
ForgetFailedCommand::confirm()
  • References/PHP/Laravel/Queue/Console

bool confirm(string $question, bool $default = false) Confirm a question

2025-01-10 15:47:30
RestartCommand::askWithCompletion()
  • References/PHP/Laravel/Queue/Console

string askWithCompletion(string $question, array $choices, string $default = null)

2025-01-10 15:47:30
RetryCommand::anticipate()
  • References/PHP/Laravel/Queue/Console

string anticipate(string $question, array $choices, string $default = null)

2025-01-10 15:47:30
ListenCommand::warn()
  • References/PHP/Laravel/Queue/Console

void warn(string $string) Write a string as warning output.

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

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

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

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

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

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

2025-01-10 15:47:30
WorkCommand::hasArgument()
  • References/PHP/Laravel/Queue/Console

bool hasArgument(string|int $name) Determine if the given argument is present

2025-01-10 15:47:30
SubscribeCommand deprecated::error()
  • References/PHP/Laravel/Queue/Console

void error(string $string) Write a string as error output.

2025-01-10 15:47:30