Input::setOption()
  • References/PHP/Symfony/Component/Console/Input

setOption(string $name, string|bool $value) Sets an option value by name.

2025-01-10 15:47:30
Output::getVerbosity()
  • References/PHP/Symfony/Component/Console/Output

int getVerbosity() Gets the current verbosity of the output.

2025-01-10 15:47:30
Command::getHelp()
  • References/PHP/Symfony/Component/Console/Command

string getHelp() Returns the help for the command.

2025-01-10 15:47:30
NullOutput::isDecorated()
  • References/PHP/Symfony/Component/Console/Output

bool isDecorated() Gets the decorated flag.

2025-01-10 15:47:30
ProgressIndicator::advance()
  • References/PHP/Symfony/Component/Console/Helper

advance() Advances the indicator.

2025-01-10 15:47:30
ArgvInput::getParameterOption()
  • References/PHP/Symfony/Component/Console/Input

mixed getParameterOption(string|array $values, mixed $default = false, bool $onlyParams = false)

2025-01-10 15:47:30
FormatterHelper::formatBlock()
  • References/PHP/Symfony/Component/Console/Helper

string formatBlock(string|array $messages, string $style, bool $large = false) Formats a message

2025-01-10 15:47:30
InputDefinition::getOptions()
  • References/PHP/Symfony/Component/Console/Input

InputOption[] getOptions()

2025-01-10 15:47:30
OutputInterface::isVerbose()
  • References/PHP/Symfony/Component/Console/Output

bool isVerbose() Returns whether verbosity is verbose (-v).

2025-01-10 15:47:30
StyleInterface::warning()
  • References/PHP/Symfony/Component/Console/Style

warning(string|array $message) Formats an warning result bar.

2025-01-10 15:47:30