ClearCommand::__construct()
  • References/PHP/Laravel/Cache/Console

void __construct(CacheManager $cache)

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

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

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

bool hasOption(string $name) Determine if the given option is present.

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::comment()
  • References/PHP/Laravel/Cache/Console

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

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

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

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

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

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

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

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

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

2025-01-10 15:47:30
ClearCommand::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