QuestionHelper::setInputStream()
  • References/PHP/Symfony/Component/Console/Helper

setInputStream(resource $stream) Sets the input stream to read from when interacting with the user

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

bool isQuiet() Returns whether verbosity is quiet (-q).

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
Application::getNamespaces()
  • References/PHP/Symfony/Component/Console

string[] getNamespaces() Returns an array of all unique namespaces used by currently registered

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

setRedrawFrequency(int|float $freq) Sets the redraw frequency.

2025-01-10 15:47:30
OutputFormatterStyleInterface::unsetOption()
  • References/PHP/Symfony/Component/Console/Formatter

unsetOption(string $option) Unsets some specific style option.

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

float getProgressPercent() Gets the current progress bar percent.

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

TableHelper setCellRowFormat(string

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

advance(int $step = 1) Advances the progress output X steps.

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

TableStyle setCellHeaderFormat(string

2025-01-10 15:47:30