OutputFormatterStyle::setOptions()
  • References/PHP/Symfony/Component/Console/Formatter

setOptions(array $options) Sets multiple style options at once.

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

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

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

mixed getOption(string $name) Returns the option value for a given option name.

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

unsetOption(string $option) Unsets some specific style option.

2025-01-10 15:47:30
XmlDescriptor::getApplicationDocument()
  • References/PHP/Symfony/Component/Console/Descriptor

DOMDocument getApplicationDocument(

2025-01-10 15:47:30
Component\Console\Output
  • References/PHP/Symfony/Component/Console

Classes

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

static string|null getFormatDefinition(string $name) Gets the format for a given name

2025-01-10 15:47:30
Command::getName()
  • References/PHP/Symfony/Component/Console/Command

string getName() Returns the command name.

2025-01-10 15:47:30