You are here

public function uc_encryption_class::getErrors in Ubercart 6.2

Accessor for errors property.

File

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

Class

uc_encryption_class
Handle encryption of credit-card information.

Code

public function getErrors() {
  return $this->errors;
}