public function StyleInterface::progressStart in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Style/StyleInterface.php \Symfony\Component\Console\Style\StyleInterface::progressStart()
Starts the progress output.
Parameters
int $max Maximum steps (0 if unknown):
1 method overrides StyleInterface::progressStart()
- SymfonyStyle::progressStart in vendor/
symfony/ console/ Style/ SymfonyStyle.php - Starts the progress output.
File
- vendor/
symfony/ console/ Style/ StyleInterface.php, line 146
Class
- StyleInterface
- Output style helpers.
Namespace
Symfony\Component\Console\StyleCode
public function progressStart($max = 0);