RouteCacheCommand::anticipate()

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

Job::attempts()

int attempts() Get the number of times the job has been attempted. Return Value int

Manager::setEventDispatcher()

void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance to be used by connections. Parameters Dispatcher $dispatcher Return Value void

RouteCacheCommand::error()

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

TokenRepositoryInterface::delete()

void delete(string $token) Delete a token record. Parameters string $token Return Value void

FilesystemAdapter::deleteDirectory()

bool deleteDirectory(string $directory) Recursively delete a directory. Parameters string $directory Return Value bool

EncryptCookies::isDisabled()

bool isDisabled(string $name) Determine whether encryption has been disabled for the given cookie. Parameters string $name Return Value bool

ClearResetsCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

SoftDeletes::getDeletedAtColumn()

string getDeletedAtColumn() Get the name of the "deleted at" column. Return Value string

Route::getPrefix()

string getPrefix() Get the prefix of the route instance. Return Value string