public function OutputFormatterInterface::setDecorated in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Formatter/OutputFormatterInterface.php \Symfony\Component\Console\Formatter\OutputFormatterInterface::setDecorated()
Sets the decorated flag.
Parameters
bool $decorated Whether to decorate the messages or not:
1 method overrides OutputFormatterInterface::setDecorated()
- OutputFormatter::setDecorated in vendor/
symfony/ console/ Formatter/ OutputFormatter.php - Sets the decorated flag.
File
- vendor/
symfony/ console/ Formatter/ OutputFormatterInterface.php, line 26
Class
- OutputFormatterInterface
- Formatter interface for console output.
Namespace
Symfony\Component\Console\FormatterCode
public function setDecorated($decorated);