You are here

public function OutputInterface::isDecorated 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::isDecorated()

Gets the decorated flag.

Return value

bool true if the output will decorate messages, false otherwise

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

File

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

Class

OutputInterface
OutputInterface is the interface implemented by all Output classes.

Namespace

Symfony\Component\Console\Output

Code

public function isDecorated();