Exemplo n.º 1
0
 private function notifyProgress()
 {
     if ($this->destination instanceof ProgressListenerInterface) {
         $this->destination->afterObjectProcessed();
     }
 }