ApiGen\Console\Helper\ProgressBar::getDebugOption PHP Method

getDebugOption() private method

private getDebugOption ( ) : boolean
return boolean
    private function getDebugOption()
    {
        if ($this->consoleIO->getInput() && $this->consoleIO->getInput()->hasOption('debug')) {
            return $this->consoleIO->getInput()->getOption('debug');
        } else {
            return false;
        }
    }