CacheTableCommand::askWithCompletion()
  • References/PHP/Laravel/Cache/Console

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

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

int run(InputInterface $input, OutputInterface $output) Run the console

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

void table(array $headers, Arrayable|array $rows,

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

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

2025-01-10 15:47:30
CacheTableCommand::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
CacheTableCommand::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::setLaravel()
  • References/PHP/Laravel/Cache/Console

void setLaravel(Container $laravel)

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

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

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

void handle() Execute the console command.

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

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

2025-01-10 15:47:30