public function StyleInterface::progressAdvance in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Style/StyleInterface.php \Symfony\Component\Console\Style\StyleInterface::progressAdvance()
Advances the progress output X steps.
Parameters
int $step Number of steps to advance:
1 method overrides StyleInterface::progressAdvance()
- SymfonyStyle::progressAdvance in vendor/
symfony/ console/ Style/ SymfonyStyle.php - Advances the progress output X steps.
File
- vendor/
symfony/ console/ Style/ StyleInterface.php, line 153
Class
- StyleInterface
- Output style helpers.
Namespace
Symfony\Component\Console\StyleCode
public function progressAdvance($step = 1);