You are here

public function uc_encryption_class::setErrors in Ubercart 6.2

Mutator for errors property.

File

uc_store/uc_store.module, line 1970
Contains global Ubercart functions and store administration functionality.

Class

uc_encryption_class
Handle encryption of credit-card information.

Code

public function setErrors(array $errors) {
  $this->errors = $errors;
}