|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct ($options=null) | |
| getAdapter () | |
| setAdapter ($options=null) | |
| __call ($method, $options) | |
| filter ($value) | |
Protected Attributes | |
| $_adapter | |
Definition at line 40 of file Encrypt.php.
| __construct | ( | $options = null | ) |
Class constructor
| string | array | $options | (Optional) Options to set, if null mcrypt is used |
Definition at line 52 of file Encrypt.php.
| __call | ( | $method, | |
| $options | |||
| ) |
Calls adapter methods
| string | $method | Method to call |
| string | array | $options | Options for this method |
Definition at line 115 of file Encrypt.php.
| filter | ( | $value | ) |
Defined by Zend_Filter_Interface
Encrypts the content $value with the defined settings
| string | $value | Content to encrypt |
Implements Zend_Filter_Interface.
Definition at line 134 of file Encrypt.php.
| getAdapter | ( | ) |
| setAdapter | ( | $options = null | ) |
Sets new encryption options
| string | array | $options | (Optional) Encryption options |
Definition at line 77 of file Encrypt.php.
|
protected |
Encryption adapter
Definition at line 45 of file Encrypt.php.