Esempio n. 1
0
 /**
  * Are there errors registered?
  *
  * @return bool
  */
 public function hasErrors()
 {
     return parent::hasErrors() || $this->getTransferAdapter()->hasErrors();
 }