Example #1
0
 /**
  * Returns an array of Error objects
  *
  * @return EntityError[]|FieldError[]
  */
 public function getErrors()
 {
     $this->wereErrorsChecked = true;
     return parent::getErrors();
 }