function uc_encryption_class::getAdjustment in Ubercart 5
Same name and namespace in other branches
- 6.2 uc_store/uc_store.module \uc_encryption_class::getAdjustment()
File
- uc_store/
uc_store.module, line 2758 - Contains global Ubercart functions and store administration functionality.
Class
- uc_encryption_class
- Trimmed down version of GPL class by Tony Marston. Details available at http://www.tonymarston.co.uk/php-mysql/encryption.html
Code
function getAdjustment() {
return $this->adj;
}