You are here

public function OutputInterface::setDecorated in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/console/Output/OutputInterface.php \Symfony\Component\Console\Output\OutputInterface::setDecorated()

Sets the decorated flag.

Parameters

bool $decorated Whether to decorate the messages:

3 methods override OutputInterface::setDecorated()
NullOutput::setDecorated in vendor/symfony/console/Output/NullOutput.php
Sets the decorated flag.
Output::setDecorated in vendor/symfony/console/Output/Output.php
Sets the decorated flag.
OutputStyle::setDecorated in vendor/symfony/console/Style/OutputStyle.php
Sets the decorated flag.

File

vendor/symfony/console/Output/OutputInterface.php, line 73

Class

OutputInterface
OutputInterface is the interface implemented by all Output classes.

Namespace

Symfony\Component\Console\Output

Code

public function setDecorated($decorated);