Exemplo n.º 1
0
 /**
  * Start the progress bar
  * Starts the progress bar and sticks it to the current line.
  * No output will be done yet. Call {@link ezcConsoleProgressbar::output()}
  * to print the bar.
  * 
  * @return void
  */
 public function start()
 {
     $this->calculateMeasures();
     $this->output->storePos();
     $this->started = true;
 }