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

bool isDecorated() Gets the decorated flag.

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

error(string|array $message) Formats an error result bar.

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

warning(string|array $message) Formats an warning result bar.

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

bool isDebug() Returns whether verbosity is debug (-vvv).

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

string askHidden(string $question, callable|null $validator = null) Asks a question with the

2025-01-10 15:47:30
SymfonyStyle::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
SymfonyStyle::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
SymfonyStyle
  • References/PHP/Symfony/Component/Console/Style

class SymfonyStyle extends OutputStyle

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