public function ProgressBar::getStepWidth in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\HelperCode
public function getStepWidth() {
return $this->stepWidth;
}