ProgressBar::getMaxSteps()
  • References/PHP/Symfony/Component/Console/Helper

int getMaxSteps() Gets the progress bar maximal steps.

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

static setFormatDefinition(string $name, string $format) Sets a format for a given

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

string escapeToken(string $token) Escapes a token through escapeshellarg if it contains unsafe

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

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

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

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

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

static formatMemory($memory) Parameters

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

array getTerminalDimensions() Tries to figure out the terminal dimensions based on the current

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

ProgressBar createProgressBar(int

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

finish() Finishes the progress output.

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

addRows(array $rows) Parameters array $rows

2025-01-10 15:47:30