OutputStyle::getFormatter()
  • References/PHP/Symfony/Component/Console/Style

OutputFormatterInterface

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

ProgressBar createProgressBar(int

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

text(string|array $message) Formats informational text.

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

caution(string|array $message) Formats a caution admonition.

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
OutputStyle::write()
  • References/PHP/Symfony/Component/Console/Style

write(string|array $messages, bool $newline = false, $type = self::OUTPUT_NORMAL) Writes a message

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
OutputStyle::newLine()
  • References/PHP/Symfony/Component/Console/Style

newLine(int $count = 1) Add newline(s). Parameters

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

bool isVeryVerbose() Returns whether verbosity is very verbose (-vv).

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

table(array $headers, array $rows) Formats a table.

2025-01-10 15:47:30