function OutputInterface::setVerbosity
Sets the verbosity of the output.
Parameters
self::VERBOSITY_* $level:
3 methods override OutputInterface::setVerbosity()
- NullOutput::setVerbosity in vendor/
symfony/ console/ Output/ NullOutput.php - Sets the verbosity of the output.
- Output::setVerbosity in vendor/
symfony/ console/ Output/ Output.php - Sets the verbosity of the output.
- OutputStyle::setVerbosity in vendor/
symfony/ console/ Style/ OutputStyle.php - Sets the verbosity of the output.
File
-
vendor/
symfony/ console/ Output/ OutputInterface.php, line 58
Class
- OutputInterface
- OutputInterface is the interface implemented by all Output classes.
Namespace
Symfony\Component\Console\OutputCode
public function setVerbosity(int $level) : void;