public function NullOutput::setDecorated in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Output/NullOutput.php \Symfony\Component\Console\Output\NullOutput::setDecorated()
Sets the decorated flag.
Parameters
bool $decorated Whether to decorate the messages:
Overrides OutputInterface::setDecorated
File
- vendor/
symfony/ console/ Output/ NullOutput.php, line 47
Class
- NullOutput
- NullOutput suppresses all output.
Namespace
Symfony\Component\Console\OutputCode
public function setDecorated($decorated) {
// do nothing
}