SymfonyStyle::listing()
  • References/PHP/Symfony/Component/Console/Style

listing(array $elements) Formats a list. Parameters

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

section(string $message) Formats a section title.

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

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

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

bool confirm(string $question, bool $default = true) Asks for confirmation.

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

writeln(string|array $messages, $type = self::OUTPUT_NORMAL) Writes a message to the output and adds

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

OutputFormatterInterface

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

string choice(string $question, array $choices, string|int|null $default = null) Asks a choice

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

progressStart(int $max) Starts the progress output.

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

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

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

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

2025-01-10 15:47:30