You are here

public function ProgressBar::getStepWidth 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::getStepWidth()

Gets the progress bar step width.

@internal This method is public for PHP 5.3 compatibility, it should not be used.

Return value

int The progress bar step width

File

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

Class

ProgressBar
The ProgressBar provides helpers to display progress output.

Namespace

Symfony\Component\Console\Helper

Code

public function getStepWidth() {
  return $this->stepWidth;
}