GrumPHP\IO\ConsoleIO::isVerbose PHP Method

isVerbose() public method

{@inheritDoc}
public isVerbose ( )
    public function isVerbose()
    {
        return $this->output->getVerbosity() >= OutputInterface::VERBOSITY_VERBOSE;
    }