Command::getHelper()
  • References/PHP/Symfony/Component/Console/Command

mixed getHelper(string $name) Gets a helper instance by name.

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

class DebugFormatterHelper extends Helper

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

listing(array $elements) Formats a list. Parameters

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

TableHelper setCellHeaderFormat(string

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

finish() Finishes the progress output.

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

string ask(string $question, string|null $default = null, callable|null $validator = null) Asks

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

Table setColumnStyle(int $columnIndex,

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

int getProgress() Gets the current step position.

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

bool isRequired() Returns true if the argument is required.

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

string apply(string $text) Applies the style to a given text.

2025-01-10 15:47:30