You are here

public function ProgressBar::getBarWidth in Zircon Profile 8

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

Gets the progress bar width.

Return value

int The progress bar size

File

vendor/symfony/console/Helper/ProgressBar.php, line 236

Class

ProgressBar
The ProgressBar provides helpers to display progress output.

Namespace

Symfony\Component\Console\Helper

Code

public function getBarWidth() {
  return $this->barWidth;
}