function OutputFormatterStyleInterface::setBackground
Sets style background color.
2 methods override OutputFormatterStyleInterface::setBackground()
- NullOutputFormatterStyle::setBackground in vendor/
symfony/ console/ Formatter/ NullOutputFormatterStyle.php - Sets style background color.
- OutputFormatterStyle::setBackground in vendor/
symfony/ console/ Formatter/ OutputFormatterStyle.php - Sets style background color.
File
-
vendor/
symfony/ console/ Formatter/ OutputFormatterStyleInterface.php, line 29
Class
- OutputFormatterStyleInterface
- Formatter style interface for defining styles.
Namespace
Symfony\Component\Console\FormatterCode
public function setBackground(?string $color) : void;