You are here

public function Output::isVeryVerbose in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Output/Output.php \Symfony\Component\Console\Output\Output::isVeryVerbose()

File

vendor/symfony/console/Output/Output.php, line 107

Class

Output
Base class for output classes.

Namespace

Symfony\Component\Console\Output

Code

public function isVeryVerbose() {
  return self::VERBOSITY_VERY_VERBOSE <= $this->verbosity;
}