HelperInterface
  • References/PHP/Symfony/Component/Console/Helper

interface HelperInterface HelperInterface is the interface all helpers must implement.

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
ProgressHelper deprecated::start()
  • References/PHP/Symfony/Component/Console/Helper

start(OutputInterface $output,

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

setHeaders(array $headers) Parameters array $headers

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

class TableHelper extends Helper

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

string getPaddingChar() Gets padding character, used for cell padding.

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

static strlenWithoutDecoration(

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

setFormat(string $format) Sets the progress bar format.

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

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

2025-01-10 15:47:30