Example #1
0
File: Batch.php Project: itkg/batch
 /**
  * @codeCoverageIgnore
  * Déclenche l'ensemble des notifiers
  */
 protected function notify()
 {
     foreach ($this->configuration->getNotifiers() as $notifier) {
         $notifier->notify();
     }
 }