/**
  * Copies all errors from other notification manager.
  * @param NotificationManager $manager
  */
 public function copyErrors($manager)
 {
     $this->_data = array_merge($this->_data, $manager->getErrors());
 }