public function ProgressHelper::setFormat in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Helper/ProgressHelper.php \Symfony\Component\Console\Helper\ProgressHelper::setFormat()
Sets the progress bar format.
Parameters
string $format The format:
File
- vendor/
symfony/ console/ Helper/ ProgressHelper.php, line 173
Class
- ProgressHelper
- The Progress class provides helpers to display progress output.
Namespace
Symfony\Component\Console\HelperCode
public function setFormat($format) {
$this->format = $format;
}