function Output::isDecorated
Overrides OutputInterface::isDecorated
4 calls to Output::isDecorated()
- ConsoleOutput::section in vendor/
symfony/ console/ Output/ ConsoleOutput.php - Creates a new output section.
- ConsoleOutput::__construct in vendor/
symfony/ console/ Output/ ConsoleOutput.php - ConsoleSectionOutput::clear in vendor/
symfony/ console/ Output/ ConsoleSectionOutput.php - Clears previous output for this section.
- ConsoleSectionOutput::doWrite in vendor/
symfony/ console/ Output/ ConsoleSectionOutput.php - Writes a message to the output.
File
-
vendor/
symfony/ console/ Output/ Output.php, line 63
Class
- Output
- Base class for output classes.
Namespace
Symfony\Component\Console\OutputCode
public function isDecorated() : bool {
return $this->formatter
->isDecorated();
}