public function OutputInterface::getVerbosity in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/console/Output/OutputInterface.php \Symfony\Component\Console\Output\OutputInterface::getVerbosity()
Gets the current verbosity of the output.
Return value
int The current level of verbosity (one of the VERBOSITY constants)
3 methods override OutputInterface::getVerbosity()
- NullOutput::getVerbosity in vendor/
symfony/ console/ Output/ NullOutput.php - Gets the current verbosity of the output.
- Output::getVerbosity in vendor/
symfony/ console/ Output/ Output.php - Gets the current verbosity of the output.
- OutputStyle::getVerbosity in vendor/
symfony/ console/ Style/ OutputStyle.php - Gets the current verbosity of the output.
File
- vendor/
symfony/ console/ Output/ OutputInterface.php, line 66
Class
- OutputInterface
- OutputInterface is the interface implemented by all Output classes.
Namespace
Symfony\Component\Console\OutputCode
public function getVerbosity();