public function Output::getVerbosity in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Output/Output.php \Symfony\Component\Console\Output\Output::getVerbosity()
Gets the current verbosity of the output.
Return value
int The current level of verbosity (one of the VERBOSITY constants)
Overrides OutputInterface::getVerbosity
File
- vendor/
symfony/ console/ Output/ Output.php, line 92
Class
- Output
- Base class for output classes.
Namespace
Symfony\Component\Console\OutputCode
public function getVerbosity() {
return $this->verbosity;
}