function Output::setDecorated
Overrides OutputInterface::setDecorated
2 calls to Output::setDecorated()
- ConsoleOutput::setDecorated in vendor/
symfony/ console/ Output/ ConsoleOutput.php - Sets the decorated flag.
- ConsoleOutput::setDecorated in vendor/
symfony/ console/ Output/ ConsoleOutput.php - Sets the decorated flag.
1 method overrides Output::setDecorated()
- ConsoleOutput::setDecorated in vendor/
symfony/ console/ Output/ ConsoleOutput.php - Sets the decorated flag.
File
-
vendor/
symfony/ console/ Output/ Output.php, line 58
Class
- Output
- Base class for output classes.
Namespace
Symfony\Component\Console\OutputCode
public function setDecorated(bool $decorated) : void {
$this->formatter
->setDecorated($decorated);
}