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

progressFinish() Finishes the progress output.

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

bool isQuiet() Returns whether verbosity is quiet (-q).

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

bool isVerbose() Returns whether verbosity is verbose (-v).

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

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

2025-01-10 15:47:30