function Output::getFormatter
Overrides OutputInterface::getFormatter
3 calls to Output::getFormatter()
- ConsoleOutput::section in vendor/
symfony/ console/ Output/ ConsoleOutput.php - Creates a new output section.
- ConsoleOutput::__construct in vendor/
symfony/ console/ Output/ ConsoleOutput.php - ConsoleSectionOutput::getDisplayLength in vendor/
symfony/ console/ Output/ ConsoleSectionOutput.php
File
-
vendor/
symfony/ console/ Output/ Output.php, line 53
Class
- Output
- Base class for output classes.
Namespace
Symfony\Component\Console\OutputCode
public function getFormatter() : OutputFormatterInterface {
return $this->formatter;
}