Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $this->progressBar->init($this->getStepCount());
     foreach ($this->getAllowedQueue() as $templateGenerator) {
         $templateGenerator->generate();
     }
 }
 public function generateProgress(GenerateProgressEvent $generateProgressEvent)
 {
     $this->progressBar->increment(1);
 }