function uc_encryption_class::getModulus in Ubercart 5
Same name and namespace in other branches
- 6.2 uc_store/uc_store.module \uc_encryption_class::getModulus()
File
- uc_store/
uc_store.module, line 2762 - 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 getModulus() {
return $this->mod;
}