You are here

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

Gets the progress bar start time.

Return value

int The progress bar start time

File

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

Class

ProgressBar
The ProgressBar provides helpers to display progress output.

Namespace

Symfony\Component\Console\Helper

Code

public function getStartTime() {
  return $this->startTime;
}