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