ApiGen\Console\Helper\ProgressBar::getBarFormat PHP 메소드

getBarFormat() 개인적인 메소드

private getBarFormat ( ) : string
리턴 string
    private function getBarFormat()
    {
        if ($this->getDebugOption()) {
            return 'debug';
        } else {
            return '<comment>%percent:3s% %</comment>';
        }
    }