public function NullOutput::setVerbosity in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Output/NullOutput.php \Symfony\Component\Console\Output\NullOutput::setVerbosity()
Sets the verbosity of the output.
Parameters
int $level The level of verbosity (one of the VERBOSITY constants):
Overrides OutputInterface::setVerbosity
File
- vendor/
symfony/ console/ Output/ NullOutput.php, line 63
Class
- NullOutput
- NullOutput suppresses all output.
Namespace
Symfony\Component\Console\OutputCode
public function setVerbosity($level) {
// do nothing
}