DebugFormatterHelper::progress()
  • References/PHP/Symfony/Component/Console/Helper

string progress(string $id, string $buffer, bool $error = false, string $prefix = 'OUT', string $errorPrefix = 'ERR')

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

string getBarCharacter() Gets the bar character.

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
Table::setColumnWidth()
  • References/PHP/Symfony/Component/Console/Helper

Table setColumnWidth(int $columnIndex, int $width)

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

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

2025-01-10 15:47:30
QuestionHelper
  • References/PHP/Symfony/Component/Console/Helper

class QuestionHelper extends Helper

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

class ProgressIndicator Methods

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

static setPlaceholderFormatterDefinition(string $name, callable $callable) Sets a

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

setProgress(int $step) Sets the current progress.

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

start($message) Starts the indicator output.

2025-01-10 15:47:30