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

setDecorated(bool $decorated) Sets the decorated flag.

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

class ConsoleOutput extends

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
OutputInterface::setVerbosity()
  • References/PHP/Symfony/Component/Console/Output

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

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

setErrorOutput(OutputInterface

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
ProgressBar::setBarCharacter()
  • References/PHP/Symfony/Component/Console/Helper

setBarCharacter(string $char) Sets the bar character.

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

ignoreValidationErrors() Ignores validation errors. This is mainly useful for the help command

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

string getHorizontalBorderChar() Gets horizontal border character.

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

setOption(string $option) Sets some specific style option.

2025-01-10 15:47:30