SymfonyStyle::askQuestion()
  • References/PHP/Symfony/Component/Console/Style

string askQuestion(Question $question)

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

bool hasOption(string $name) Returns true if an InputOption object exists by name.

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

setRow($column, array $row) Parameters $column

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

static string|null getFormatDefinition(string $name) Gets the format for a given name

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

setHelperSet(HelperSet $helperSet = null)

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

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

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

clear() Removes the progress bar from the current line. This is useful if you wish to write

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

writeln(string|array $messages, int $options) Writes a message to the output and adds a newline at

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

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

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

setVerbosity(int $level) Sets the verbosity of the output.

2025-01-10 15:47:30