OutputFormatterStyleInterface::setBackground()
  • References/PHP/Symfony/Component/Console/Formatter

setBackground(string $color = null) Sets style background color.

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

static string escape(string $text) Escapes "<" special char in given text.

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

OutputFormatterStyleInterface pop(OutputFormatterStyleInterface $style = null) Pops a style from the stack. Parameters OutputFormatterStyleInterface $style Return Value OutputFormatterStyleInterface Exceptions InvalidArgumentException When style tags incorrectly nested

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

bool hasStyle(string $name) Checks if output formatter has style with specified name.

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

interface OutputFormatterInterface Formatter interface for console output.

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

bool hasStyle(string $name) Checks if output formatter has style with specified name.

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

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

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

setBackground(string $color = null) Sets style background color.

2025-01-10 15:47:30
OutputFormatterStyle
  • References/PHP/Symfony/Component/Console/Formatter

class OutputFormatterStyle implements

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

OutputFormatterStyleInterface getEmptyStyle() Return Value OutputFormatterStyleInterface

2025-01-10 15:47:30