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

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

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

callable getNormalizer() Gets the normalizer for the response. The normalizer can ba a

2025-01-10 15:47:30
TextDescriptor
  • References/PHP/Symfony/Component/Console/Descriptor

class TextDescriptor extends

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

int getVerbosity() Gets the current verbosity of the output.

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

string progress(string $id, string $buffer, bool $error = false, string $prefix = 'OUT', string $errorPrefix = 'ERR')

2025-01-10 15:47:30
ConsoleEvent
  • References/PHP/Symfony/Component/Console/Event

class ConsoleEvent extends Event

2025-01-10 15:47:30
DescriptorInterface
  • References/PHP/Symfony/Component/Console/Descriptor

interface DescriptorInterface Descriptor interface. Methods

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

bool isArray() Returns true if the argument can take multiple values.

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

string getName() Returns the option name.

2025-01-10 15:47:30