Static Public Member Functions | |
static | encrypt ($value, $withUrl=true) |
static | decrypt ($value, $withUrl=true) |
Definition at line 3 of file EncryptHelper.php.
|
static |
Function for decrypt information
string | $value | information that should be decrypted |
Definition at line 22 of file EncryptHelper.php.
Referenced by Item\getItemChecksum(), and ShoppingCartWidget\init().
|
static |
Function for encrypt information
string | $value | information that should be encrypted |
Definition at line 10 of file EncryptHelper.php.
Referenced by ShareRemembered\getEncryptedOptions(), ShoppingCartWidget\init(), and ItemWidget\run().