IronConnector::connect()
  • References/PHP/Laravel/Queue/Connectors

Queue connect(array $config)

2025-01-10 15:47:30
IronJob::getJobId()
  • References/PHP/Laravel/Queue/Jobs

string getJobId() Get the job identifier.

2025-01-10 15:47:30
FailedTableCommand::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::line()
  • References/PHP/Laravel/Queue/Console

void line(string $string, string $style = null, null|int|string $verbosity = null)

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

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

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

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

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

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

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

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

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

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

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

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

2025-01-10 15:47:30