Output::isDecorated()
  • References/PHP/Symfony/Component/Console/Output

bool isDecorated() Gets the decorated flag.

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

interface OutputInterface OutputInterface is the interface implemented by all Output classes.

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

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

2025-01-10 15:47:30
ConsoleOutputInterface::getErrorOutput()
  • References/PHP/Symfony/Component/Console/Output

OutputInterface getErrorOutput()

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

write(string|array $messages, bool $newline = false, int $options = self::OUTPUT_NORMAL) Writes a

2025-01-10 15:47:30
NullOutput::write()
  • References/PHP/Symfony/Component/Console/Output

write(string|array $messages, bool $newline = false, int $options = self::OUTPUT_NORMAL) Writes a

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

OutputFormatterInterface

2025-01-10 15:47:30
ConsoleOutput::setFormatter()
  • References/PHP/Symfony/Component/Console/Output

setFormatter(

2025-01-10 15:47:30
NullOutput::setVerbosity()
  • References/PHP/Symfony/Component/Console/Output

setVerbosity(int $level) Sets the verbosity of the output.

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

writeln(string|array $messages, int $options = self::OUTPUT_NORMAL) Writes a message to the output

2025-01-10 15:47:30