ClearCommand
  • References/PHP/Laravel/Cache/Console

ClearCommand class ClearCommand extends

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

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

2025-01-10 15:47:30
CacheTableCommand::question()
  • References/PHP/Laravel/Cache/Console

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

2025-01-10 15:47:30
CacheTableCommand::info()
  • References/PHP/Laravel/Cache/Console

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

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

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

2025-01-10 15:47:30
CacheTableCommand::call()
  • References/PHP/Laravel/Cache/Console

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

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

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

2025-01-10 15:47:30
CacheTableCommand::secret()
  • References/PHP/Laravel/Cache/Console

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

2025-01-10 15:47:30
CacheTableCommand::getLaravel()
  • References/PHP/Laravel/Cache/Console

Application getLaravel()

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

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

2025-01-10 15:47:30