function Output::setVerbosity
Overrides OutputInterface::setVerbosity
2 calls to Output::setVerbosity()
- ConsoleOutput::setVerbosity in vendor/
symfony/ console/ Output/ ConsoleOutput.php - Sets the verbosity of the output.
- ConsoleOutput::setVerbosity in vendor/
symfony/ console/ Output/ ConsoleOutput.php - Sets the verbosity of the output.
1 method overrides Output::setVerbosity()
- ConsoleOutput::setVerbosity in vendor/
symfony/ console/ Output/ ConsoleOutput.php - Sets the verbosity of the output.
File
-
vendor/
symfony/ console/ Output/ Output.php, line 68
Class
- Output
- Base class for output classes.
Namespace
Symfony\Component\Console\OutputCode
public function setVerbosity(int $level) : void {
$this->verbosity = $level;
}