Ejemplo n.º 1
0
 /**
  * Clear out all errors (mostly set by {loadUploaded()})
  * including the validator's errors
  */
 public function clearErrors()
 {
     $this->errors = array();
     $this->validator->clearErrors();
 }