OutputInterface::writeln()
  • References/PHP/Symfony/Component/Console/Output

writeln(string|array $messages, int $options) Writes a message to the output and adds a newline at

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

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

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

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

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

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

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

class StreamOutput extends Output

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

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

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

OutputFormatterInterface

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

write(string|array $messages, bool $newline = false, int $options) Writes a message to the output

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

setDecorated(bool $decorated) Sets the decorated flag.

2025-01-10 15:47:30