string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
int attempts() Get the number of times the job has been attempted. Return Value int
void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance to be used by connections. Parameters Dispatcher $dispatcher Return Value void
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
void delete(string $token) Delete a token record. Parameters string $token Return Value void
bool deleteDirectory(string $directory) Recursively delete a directory. Parameters string $directory Return Value bool
bool isDisabled(string $name) Determine whether encryption has been disabled for the given cookie. Parameters string $name Return Value bool
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
string getDeletedAtColumn() Get the name of the "deleted at" column. Return Value string
string getPrefix() Get the prefix of the route instance. Return Value string
Page 515 of 996