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

setForeground(string $color = null) Sets style foreground color.

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

OutputF

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
OutputFormatter::format()
  • References/PHP/Symfony/Component/Console/Formatter

string format(string $message) Formats a message according to the given styles.

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
OutputFormatterStyle::setOptions()
  • References/PHP/Symfony/Component/Console/Formatter

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

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

OutputFormatterStyleInterface getStyle(string $name) Gets style options from style with specified name. Parameters string $name Return Value OutputFormatterStyleInterface Exceptions InvalidArgumentException When style isn't defined

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

reset() Resets stack (ie. empty internal arrays).

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

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

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

string format(string $message) Formats a message according to the given styles.

2025-01-10 15:47:30