NullOutput::isVerbose()
  • References/PHP/Symfony/Component/Console/Output

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

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

static setStyleDefinition(string $name,

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

setEmptyBarCharacter(string $char) Sets the empty bar character.

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

string getName() Returns the canonical name of this helper.

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

bool isInteractive() Is this input means interactive?

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

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

2025-01-10 15:47:30
ProgressHelper deprecated::setBarWidth()
  • References/PHP/Symfony/Component/Console/Helper

setBarWidth(int $size) Sets the progress bar width.

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

int doRun(InputInterface $input

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

int run(InputInterface $input,

2025-01-10 15:47:30
ProgressHelper deprecated::setRedrawFrequency()
  • References/PHP/Symfony/Component/Console/Helper

setRedrawFrequency(int $freq) Sets the redraw frequency.

2025-01-10 15:47:30