public function OutputFormatterInterface::isDecorated in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Formatter/OutputFormatterInterface.php \Symfony\Component\Console\Formatter\OutputFormatterInterface::isDecorated()
Gets the decorated flag.
Return value
bool true if the output will decorate messages, false otherwise
1 method overrides OutputFormatterInterface::isDecorated()
- OutputFormatter::isDecorated in vendor/
symfony/ console/ Formatter/ OutputFormatter.php - Gets the decorated flag.
File
- vendor/
symfony/ console/ Formatter/ OutputFormatterInterface.php, line 33
Class
- OutputFormatterInterface
- Formatter interface for console output.
Namespace
Symfony\Component\Console\FormatterCode
public function isDecorated();