You are here

public function UbercartEncryption::setErrors in Ubercart 7.3

Mutator for errors property.

File

uc_store/classes/encrypt.inc, line 153
Utility class definition.

Class

UbercartEncryption
Handles encryption of credit-card information.

Code

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