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>';
        }
    }