function OutputInterface::setFormatter
3 methods override OutputInterface::setFormatter()
- NullOutput::setFormatter in vendor/
symfony/ console/ Output/ NullOutput.php - Output::setFormatter in vendor/
symfony/ console/ Output/ Output.php - OutputStyle::setFormatter in vendor/
symfony/ console/ Style/ OutputStyle.php
File
-
vendor/
symfony/ console/ Output/ OutputInterface.php, line 97
Class
- OutputInterface
- OutputInterface is the interface implemented by all Output classes.
Namespace
Symfony\Component\Console\OutputCode
public function setFormatter(OutputFormatterInterface $formatter) : void;